-
Notifications
You must be signed in to change notification settings - Fork 918
Add HMAC-BLAKE2b and HMAC-BLAKE2s API functions #9642
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
base: master
Are you sure you want to change the base?
Conversation
7ba4214 to
9249855
Compare
|
retest this please (org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for wolf-linux-cloud-node-02zun3; wolf-linux-cloud-node-02zun3 was marked offline: Connection was broken) |
|
🛟 Devin Lifeguard found 2 likely issues in this PR
@holtrop-wolfssl |
@douzzer / @SparkiDev - I had mostly copied and adapted @douzzer's kernel implementation for this. But would it make sense to you two to fix either/both of these Devin suggestions? |
Description
Add HMAC-BLAKE2b and HMAC-BLAKE2s API functions
Testing
Added unit tests with two KAT vectors for each HMAC-BLAKE2b and HMAC-BLAKE2s. Verified KAT vectors with both OpenSSL and Rust blake2 crate.
Checklist