1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

hashsum: added blake2 as a hashing algorithm (#1651)

This commit is contained in:
Piyush Jaipuriayar 2020-12-09 04:02:02 +05:30 committed by GitHub
parent d21acc4621
commit 3ca8ba997c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 85 additions and 25 deletions

View file

@ -43,4 +43,5 @@ test_digest! {
sha3_512 sha3 512
shake128_256 shake128 256
shake256_512 shake256 512
b2sum b2sum 512
}