libblake3 is the C implementation of the BLAKE3 crytographic hash function. It is much faster than MD5, SHA-1, SHA-2, SHA-3, and {BLAKE2;} secure, unlike MD5 and {SHA-1;} secure against length extensions, unlike {SHA-2;} highly parallelizable, and capable of verified streaming and incremental updates.

WWW: https://github.com/BLAKE3-team/BLAKE3
