[][src]Module fasthash::t1ha::t1ha0

t1ha0 = 64-bit, JUST ONLY FASTER:

  • Provides fast-as-possible hashing for current CPU, including 32-bit systems and engaging the available hardware acceleration.
  • It is a facade that selects most quick-and-dirty hash for the current processor. For instance, on IA32 (x86) actual function will be selected in runtime, depending on current CPU capabilities

Re-exports

pub use self::avx2::Hasher64;

Modules

aes

T1Hash 64-bit hash functions with AES.

avx

T1Hash 64-bit hash functions with AVX.

avx2

T1Hash 64-bit hash functions with AVX2.

Structs

Hash64

T1Hash 64-bit hash functions.

Hasher64_64

An implementation of std::hash::Hasher.