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 new Wycheproof test vectors for (X)ChaCha20Poly1305, HMAC-SHA512 and HKDF-HMAC-SHA512 #116

Merged
merged 7 commits into from
Jan 28, 2020

Conversation

brycx
Copy link
Member

@brycx brycx commented Jan 24, 2020

Closes #114

@brycx brycx added the testing All testing, except for fuzzing related label Jan 24, 2020
@codecov
Copy link

codecov bot commented Jan 24, 2020

Codecov Report

Merging #116 into master will increase coverage by 0.06%.
The diff coverage is 97.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   97.52%   97.59%   +0.06%     
==========================================
  Files          49       51       +2     
  Lines        6353     6450      +97     
==========================================
+ Hits         6196     6295      +99     
+ Misses        157      155       -2
Impacted Files Coverage Δ
tests/kdf/mod.rs 100% <100%> (ø) ⬆️
src/hazardous/kdf/hkdf.rs 100% <100%> (ø) ⬆️
tests/mac/rfc_hmac.rs 100% <100%> (ø) ⬆️
tests/kdf/other_hkdf.rs 100% <100%> (ø) ⬆️
tests/mac/mod.rs 100% <100%> (ø) ⬆️
tests/kdf/custom_hkdf.rs 100% <100%> (ø) ⬆️
tests/mac/wycheproof_hmac_sha512.rs 96.15% <100%> (ø)
tests/mac/nist_cavp_hmac.rs 100% <100%> (ø) ⬆️
tests/aead/mod.rs 90.37% <95.83%> (+2.87%) ⬆️
tests/aead/wycheproof_aead.rs 96.15% <96.15%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1771b9...0637978. Read the comment docs.

@brycx brycx merged commit 4b552bc into master Jan 28, 2020
@brycx brycx deleted the new-wycheproof branch February 6, 2020 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing All testing, except for fuzzing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new Wycheproof test vectors
1 participant