Entropy Maps: When Hashing Meets Information Theory
A conceptual introduction to entropy maps—implementing functions with hash functions and prefix-free codes.
Browse posts by tag
A conceptual introduction to entropy maps—implementing functions with hash functions and prefix-free codes.
How do you store infinity in 256 bits? An exploration of the fundamental deception at the heart of cryptography: using finite information to simulate infinite randomness.
What if a perfect hash function could simultaneously be: (1) cryptographically secure, (2) space-optimal, and (3) maximum-entropy encoded? This paper proves such a construction exists—and analyzes exactly what you sacrifice to get all three.
Most hash libraries treat hash functions as black boxes. Algebraic Hashing exposes their mathematical structure, letting you compose hash functions like algebraic expressions—with zero runtime overhead.
Hash functions form an abelian …