October 14, 2025
Hash Functions
Browse posts by tag
October 1, 2025
Algebraic Hashing A Modern C++20 Library for Composable Hash Functions Version 2.0
October 1, 2025
Cryptographic perfect hash functions: A theoretical analysis on space efficiency, time complexity, and entropy
October 1, 2025
maph: Maps Based on Perfect Hashing for Sub-Microsecond Key-Value Storage
July 1, 2024
The Beautiful Deception: How 256 Bits Pretend to be Infinity
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.
February 1, 2024
Perfect Hashing: Space Bounds, Entropy, and Cryptographic Security
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.
The …
January 10, 2024
The Beautiful Deception: How 256 Bits Pretend to be Infinity
November 1, 2022
Algebraic Hashing: Composable Hash Functions Through XOR
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.
The Core Insight
Hash functions form an abelian …