mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
hashsum: added blake2 as a hashing algorithm (#1651)
This commit is contained in:
parent
d21acc4621
commit
3ca8ba997c
6 changed files with 85 additions and 25 deletions
|
@ -43,4 +43,5 @@ test_digest! {
|
|||
sha3_512 sha3 512
|
||||
shake128_256 shake128 256
|
||||
shake256_512 shake256 512
|
||||
b2sum b2sum 512
|
||||
}
|
||||
|
|
1
tests/fixtures/hashsum/b2sum.expected
vendored
Normal file
1
tests/fixtures/hashsum/b2sum.expected
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
7355dd5276c21cfe0c593b5063b96af3f96a454b33216f58314f44c3ade92e9cd6cec4210a0836246780e9baf927cc50b9a3d7073e8f9bd12780fddbcb930c6d
|
Loading…
Add table
Add a link
Reference in a new issue