cksum: Add support for sha2, sha3#9035
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.
should use translate!()
(maybe do that in a different pr)
There was a problem hiding this comment.
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