parameters.md
Ο 0.0%
Dimensions
hemera/docs/explanation/parameters
parameter decisions field: Goldilocks Why not 31-bit fields: capacity=8 at 31 bits yields only 124 bits collision resistance. Why not 254-bit: multiprecision costs ~10x more than native 64-bit. Why Goldilocks (p = 2^64 - 2^32 + 1): native CPU width β single 64-bit register per element fastβ¦