libb2

BLAKE2 cryptographic hash function library and utilities

brewmacoslinux
Try with needOr install directly
Source

About

Secure hashing function

Commands

b2sum

Examples

Generate BLAKE2 hash of a file$ b2sum /path/to/file
Verify file integrity using BLAKE2 checksum$ b2sum -c checksums.b2
Hash stdin input$ echo 'data' | b2sum