January 24, 2026
Hash Functions
Browse posts by tag
January 15, 2026
Entropy Maps: When Hashing Meets Information Theory
A conceptual introduction to entropy maps, implementing functions with hash functions and prefix-free codes.
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
Cryptographic theory assumes random oracles with infinite output. We have 256 bits. This paper explores how we bridge that gap, and what it means that we can.
February 1, 2024
Perfect Hashing: Space Bounds, Entropy, and Cryptographic Security
Space bounds, entropy requirements, and cryptographic security properties of perfect hash functions.
January 10, 2024
The Beautiful Deception: How 256 Bits Pretend to be Infinity
November 1, 2022
Algebraic Hashing: Composable Hash Functions Through XOR
A C++ library for composable hash functions using algebraic structure over XOR, with template metaprogramming.
June 12, 2016
Random Oracles in Python
Three Python approximations of a random oracle, each showing a different tradeoff between true randomness, determinism, and composability.