Skip to content

BLAKE3

Notes

  • Fastest cryptographic hash function

  • Fastest non-cryptographic hash functions are:

    • meowhash
    • t1ha
    • wyhash
    • xxhash
  • rad uses BLAKE3 given that Nim supports it via nimcrypto

Limitations

Others