BLAKE3
BLAKE3 is a cryptographic hash function in the BLAKE family designed to be fast on modern hardware and to scale with multi-core processing. It represents an evolution of the BLAKE2 design, aiming for higher performance, a smaller code footprint, and straightforward implementation, while maintaining strong security properties.
Architecture and operation: BLAKE3 uses a tree-hashing approach that processes input in chunks and combines the
Performance and implementation: BLAKE3 is marketed as exceptionally fast on a wide range of processors, benefiting
Security and usage: BLAKE3 aims to deliver the established security properties of cryptographic hash functions, such
See also: BLAKE family, BLAKE2, cryptographic hash function, extendable-output functions.