b3sum

BLAKE3 Team·BLAKE3-Team.b3sum

Command-line implementation of the BLAKE3 cryptographic hash function. Prints the BLAKE3 hashes of files or of standard input.

Command-line implementation of the BLAKE3 cryptographic hash function. Prints the BLAKE3 hashes of files or of standard input. BLAKE3 is a cryptographic hash function that is: - Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2. - Secure, unlike MD5 and SHA-1. And secure against length extension, unlike SHA-2. - Highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside. - Capable of verified streaming and incremental updates, again because it's a Merkle tree. - A PRF, MAC, KDF, and XOF, as well as a regular hash. - One algorithm with no variants, which is fast on x86-64 and also on smaller architectures. BLAKE3 is based on an optimized instance of the established hash function BLAKE2 and on the original Bao tree mode. The specifications and design rationale are available in the BLAKE3 paper. The default output size is 256 bits. The current version of Bao implements verified streaming with BLAKE3.

winget install --id BLAKE3-Team.b3sum --exact --source winget

Latest 1.8.5·April 25, 2026

Release Notes

Changes since 1.8.4:

  • Forcibly disable LTO when compiling C intrinsics from the Rust build. This fixes a build break on Arch Linux ARM: #550

Installer type: portable

x64—0C0E5F96C9699B83850834F21C04AB1B1A5BEDC5B4318D4CE6C23AB168567296

Details

Homepage
https://github.com/BLAKE3-team/BLAKE3
License
CC0-1.0 OR Apache-2.0 OR (Apache-2.0 WITH LLVM-exception)
Publisher
BLAKE3 Team
Support
https://github.com/BLAKE3-team/BLAKE3/issues
Copyright
Copyright 2019 Jack O'Connor and Samuel Neves
Moniker
b3sum