1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-16 19:56:17 +00:00

Merge pull request #3108 from DestroyerXyz/blake3

hashsum: Add BLAKE3 to Hashing Algorithms
This commit is contained in:
Sylvestre Ledru 2022-02-11 11:40:10 +01:00 committed by GitHub
commit 080cb2b6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 67 additions and 2 deletions

View file

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

View file

@ -0,0 +1 @@
a1a55887535397bf461902491c8779188a5dd1f8c3951b3d9cf6ecba194e87b0 input.txt

1
tests/fixtures/hashsum/b3sum.expected vendored Normal file
View file

@ -0,0 +1 @@
a1a55887535397bf461902491c8779188a5dd1f8c3951b3d9cf6ecba194e87b0