Back

Cipta Code

xxHash32 Generator

xxHash 32-bit. An extremely fast non-cryptographic hash algorithm, working at RAM speed limits.

Input Text

xxHash32 Output

Waiting for input...

What is xxHash32?

xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian).

Properties

  • Extreme Speed: Optimized to run at the speed of memory.
  • Fixed Length: Always produces a 32-bit (8 hex characters) output.
  • Non-Cryptographic: Designed for speed and dispersion, not for security against intentional attacks.
  • Reliability: Passes all SMHasher tests for quality.