Open dhs-rec opened 2 years ago
That website already says "CONSIDER USING BLAKE3, faster than BLAKE2" by the way.
Python packages exist: https://pypi.org/project/pyblake2/ https://pypi.org/project/blake3/
@OrangeDog, yeah, I've seen that, too. But it seems only BLAKE2 is already packaged on Linux (coreutils ships a b2sum command alongside the other *sum commands). Anyway, feel free to add both, leaves more choices for your users...
The BLAKE2 family of cryptographic hash algorithms outperforms SHA2/3 by a factor of 2 (according to my tests with a 267M file) while at the same time claiming to be as secure.
It would thus be nice to have support for it in the file module.