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

hashsum: Add BLAKE3 to Hashing Algorithms

Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>
This commit is contained in:
Shreyans Jain 2022-02-10 12:46:44 +05:30
parent e5be9c1aaf
commit 30d7a4b167
No known key found for this signature in database
GPG key ID: 05BFC63796DC3742
7 changed files with 66 additions and 1 deletions

View file

@ -80,4 +80,5 @@ test_digest! {
shake128_256 shake128 256
shake256_512 shake256 512
b2sum b2sum 512
b3sum b3sum 256
}