Official C implementation of the BLAKE3 cryptographic hash function
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.8.2-1.fc43 | - |
Fedora 42 | 1.8.1-1.fc42 | 1.8.2-1.fc42 |
Fedora 41 | 1.8.1-1.fc41 | 1.8.2-1.fc41 |
Fedora 40 | 1.8.1-1.fc40 | 1.8.2-1.fc40 |
Fedora EPEL 9 | 1.8.1-1.el9 | 1.8.2-1.el9 |
Fedora EPEL 8 | 1.8.1-1.el8 | 1.8.2-1.el8 |
Fedora EPEL 10.1 | 1.8.1-1.el10_1 | 1.8.2-1.el10_1 |
Fedora EPEL 10.0 | 1.5.5-1.el10_0 | - |
You can contact the maintainers of this package via email at
blake3 dash maintainers at fedoraproject dot org
.