blake3sum

vb blake3sum FILE ...

Description

Compute a BLAKE3 checksum of all files named on the command-line. If a file is named - then take its content from standard input.

Options

--224

Compute a 224-bit hash

--256

Compute a 256-bit hash (the default)

--384

Compute a 384-bit hash

--512

Compute a 512-bit hash

--size N

An N-bit hash. N must be a multiple of 32 between 128 and 512.

-h, --dereference

If FILE is a symbolic link, compute the hash on the object pointed to, not on the link itself.

See Also

See also

md5sum, sha1sum, sha3sum

Examples