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

Add portable SIMD implementation of blake2b. #20

Merged
merged 1 commit into from
Oct 15, 2022
Merged

Conversation

brndnmtthws
Copy link
Owner

This resolves #6.

@codecov
Copy link

codecov bot commented Oct 15, 2022

Codecov Report

Merging #20 (e5802a0) into main (681ed58) will decrease coverage by 7.15%.
The diff coverage is 13.53%.

❗ Current head e5802a0 differs from pull request most recent head 7265fc2. Consider uploading reports for the commit 7265fc2 to get more accurate results

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   72.53%   65.38%   -7.16%     
==========================================
  Files          42       44       +2     
  Lines        2851     3163     +312     
==========================================
  Hits         2068     2068              
- Misses        783     1095     +312     
Impacted Files Coverage Δ
src/blake2b/blake2b_simd.rs 0.00% <0.00%> (ø)
src/lib.rs 16.66% <ø> (-25.01%) ⬇️
src/poly1305/u130.rs 0.00% <0.00%> (ø)
src/utils.rs 96.15% <91.66%> (+11.53%) ⬆️
src/argon2.rs 93.81% <100.00%> (ø)
src/blake2b/blake2b_soft.rs 89.41% <100.00%> (ø)
src/classic/crypto_core.rs 99.23% <100.00%> (ø)
src/poly1305/poly1305_soft.rs 98.55% <100.00%> (ø)
src/siphash24.rs 100.00% <100.00%> (ø)
... and 1 more

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

@brndnmtthws brndnmtthws force-pushed the blake2b-simd branch 7 times, most recently from e5802a0 to 56f3335 Compare October 15, 2022 16:42
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.

SIMD implementation for Blake2b
1 participant