T1ha Versions Save

One of the fastest hash functions

v2.0.4

5 years ago
  1. New family of t1ha2() functions, that meets the "strict avalanche criteria" in all cases.
  2. Builtin benchmark for comparison with xxhash(), StadtX and Google's HighwayHash.
  3. Support for Elbrus architecture.
  4. Supporrt for Intel C/C++ compiler.
  5. Refined Aligned/Unaligned micro-ops.
  6. Added --hash-stdin-strings benchmark option for testing.
  7. T1HA0_DISABLED / T1HA1_DISABLED / T1HA2_DISABLED build-time options.

And more...

v2.0.0

6 years ago
  1. New family of t1ha2() functions, that meets the "strict avalanche criteria" in all cases.
  2. Builtin benchmark with comparison to xxhash().
  3. Support for Elbrus architecture.