Non-Cryptographic Hashes

Started by JTaylor, Today at 08:16:18 PM

Previous topic - Next topic

JTaylor

Does the Functions like FileDigest() and BinaryHashRec() do the following or would this be a useful Extender Function?

Jim

Identical across all platforms (little / big endian). The library includes the following algorithms :

    XXH32 : generates 32-bit hashes, using 32-bit arithmetic
    XXH64 : generates 64-bit hashes, using 64-bit arithmetic
    XXH3 (since v0.8.0): generates 64 or 128-bit hashes, using vectorized arithmetic. The 128-bit variant is called XXH128.

All variants successfully complete the SMHasher test suite which evaluates the quality of hash functions (collision, dispersion and randomness).