Blake3 Hash Function
Purports to be quicker than all other hash functions (yes, even SHA1) by orders of magnitude.
Yes, these are the same folk that built blake2 (almost selected as the official keccak implementation; did not lose due to inferior security but rather due to 'speed reasons')
Here's the GitHub for any that wish to try it out = https://github.com/BLAKE3-team/BLAKE3
Its built in Rust. If you want it on the command line you're going to need to build up 'b3sum' (that's the ultimate binary that you're going to be calling in the terminal).
There are also binaries available in the releases though.
>>Click here to continue<<
