Fast cryptographic hash function for files and data
C implementation of the BLAKE3 cryptographic hash function
b3sum$ b3sum /path/to/file$ b3sum -c checksums.b3$ echo 'hello world' | b3sum$ b3sum file1.txt file2.txt file3.txt$ b3sum *.tar.gz > backup_hashes.b3