blake3

Fast cryptographic hash function implementation in C

brewmacoslinux
Try with needOr install directly
Source

About

C implementation of the BLAKE3 cryptographic hash function

Commands

b3sum

Examples

Calculate BLAKE3 hash of a file$ b3sum filename.txt
Hash multiple files and display results$ b3sum file1.txt file2.txt file3.txt
Verify file integrity by comparing hashes$ b3sum filename.txt > hash.txt && b3sum -c hash.txt