← Package directory
Available on winget

Install b3sum

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

Install with winget
winget install --id BLAKE3-Team.b3sum
Upgrade
winget upgrade --id BLAKE3-Team.b3sum
Uninstall
winget uninstall --id BLAKE3-Team.b3sum

About b3sum

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. -...

What's new in 1.8.5

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

Read release notes

Version history

Version Updated Notes
1.8.5 Unknown 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