Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: symmetric_state_squeeze for arbitrary-long output #2177

Merged
merged 2 commits into from
Dec 22, 2022

Conversation

Puellaquae
Copy link
Contributor

WasmEdge#2176

Signed-off-by: Puelloc <shentukeqin@hotmail.com>
@codecov
Copy link

codecov bot commented Dec 21, 2022

Codecov Report

Merging #2177 (829dffc) into master (9aecba3) will decrease coverage by 0.02%.
The diff coverage is 52.87%.

@@            Coverage Diff             @@
##           master    #2177      +/-   ##
==========================================
- Coverage   80.19%   80.17%   -0.03%     
==========================================
  Files         131      131              
  Lines       18966    19039      +73     
  Branches     4020     4032      +12     
==========================================
+ Hits        15210    15264      +54     
- Misses       2723     2738      +15     
- Partials     1033     1037       +4     
Impacted Files Coverage Δ
include/host/wasi/inode.h 94.44% <ø> (ø)
include/host/wasi/wasifunc.h 100.00% <ø> (ø)
lib/loader/ldmgr.cpp 44.44% <0.00%> (-5.56%) ⬇️
lib/host/wasi/wasifunc.cpp 49.84% <23.52%> (-0.04%) ⬇️
lib/host/wasi/inode-linux.cpp 58.17% <55.31%> (+1.40%) ⬆️
include/host/wasi/vinode.h 55.86% <60.00%> (ø)
include/host/wasi/environ.h 67.04% <75.00%> (ø)
lib/api/wasmedge.cpp 92.57% <100.00%> (+0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@q82419
Copy link
Collaborator

q82419 commented Dec 22, 2022

@sonder-joker PTAL

@sonder-joker
Copy link
Collaborator

Good catch :)

@hydai hydai merged commit 6adbf1b into WasmEdge:master Dec 22, 2022
@Puellaquae Puellaquae deleted the patch-1 branch December 22, 2022 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wasi-crypto symmetric_state_squeeze on HKDF-EXPAND not support arbitrary-long output length
4 participants