BLAKE3
Notes
-
Fastest cryptographic hash function
-
Fastest non-cryptographic hash functions are:
- meowhash
- t1ha
- wyhash
- xxhash
-
rad
usesBLAKE3
given that Nim supports it vianimcrypto
Limitations
- The C version of
b3sum
does not support multithreading: