-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
cksum: Add support for sha2, sha3 #9035
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
Conversation
|
GNU testsuite comparison: |
CodSpeed Performance ReportMerging #9035 will degrade performances by 3.22%Comparing Summary
Benchmarks breakdown
Footnotes
|
|
i guess you saw that the test fails |
700d045 to
800bf7f
Compare
|
GNU testsuite comparison: |
800bf7f to
0387f4e
Compare
|
GNU testsuite comparison: |
0387f4e to
6a53ca4
Compare
|
GNU testsuite comparison: |
6a53ca4 to
928e77b
Compare
928e77b to
3d8ad59
Compare
|
GNU testsuite comparison: |
|
That should be ready for review :) |
| match length { | ||
| Some(len @ (224 | 256 | 384 | 512)) => Ok(len), | ||
| Some(len) => { | ||
| show_error!("invalid length: '{len}'"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should use translate!()
(maybe do that in a different pr)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue so we can do it after we are finished fixing all cksum tests #9047
it has been a while we fixed 3 at the same time :) |
Fixes #9033