Uh oh!
There was an error while loading. Please reload this page.
Add some Wycheproof test vectors - #274
Conversation
Codecov Report
@@ Coverage Diff @@## master #274 +/- ##
==========================================
+ Coverage 84.69% 84.78% +0.09%
==========================================
Files 31 31 Lines 1104 1104 ==========================================
+ Hits 935 936 +1 + Misses 169 168 -1
Continue to review full report at Codecov.
|
tarcieri
commented
Feb 21, 2021
Awesome, thank you! Looks like they're passing so far? |
tarcieri
commented
Feb 21, 2021
They might be nice in the event of regressions, and don't look that big (especially after compression) |
I am not sure how descriptions like this: would help in the (hopefully really rare) event of regressions. There are some potentially useful descriptions, but considering that we always can re-generate the description files (assuming we have recorded commit hash from which they have been generated), I think it's reasonable to omit them. Plus they are useful only for development, so probably it's not worth to keep them in published crates. |
c1646d3 to
2aa10e5Compare2aa10e5 to
252f5b0Comparedaviddrysdale
commented
Feb 22, 2021
Updated to drop the .txt files and edit the commit descriptions to include a reference to the Wycheproof source. |
I think we are good to merge, but I'll leave the final decision to @tarcieri. |
Produced from https://github.com/google/wycheproof via the tool in RustCrypto/utils#280