Entropy Maps
Entropy maps use prefix-free hash codes to approximate functions without storing the domain, achieving information-theoretic space bounds with controllable error.
Entropy maps use prefix-free hash codes to approximate functions without storing the domain, achieving information-theoretic space bounds with controllable error.
Space bounds, entropy requirements, and cryptographic security properties of perfect hash functions.
A Boolean algebra framework over trapdoors for cryptographic operations. Introduces a homomorphism from powerset Boolean algebra to n-bit strings via cryptographic hash functions, enabling secure computations with one-way properties.
A C++ library for composable hash functions using algebraic structure over XOR, with template metaprogramming.
Rank-ordered search over encrypted documents using oblivious entropy maps, enabling relevance scoring without revealing document contents.
Three Python approximations of a random oracle, each showing a different tradeoff between true randomness, determinism, and composability.