Fast cryptographic hash function implementation in C
C implementation of the BLAKE3 cryptographic hash function
b3sum
$ b3sum filename.txt
$ b3sum file1.txt file2.txt file3.txt
$ b3sum filename.txt > hash.txt && b3sum -c hash.txt