Dimensions

hemera/docs/explanation/capacity
structured capacity: one function, unlimited contexts the problem Hemera must produce different hashes for different structural contexts. a Merkle leaf and a Merkle internal node might receive identical input bytes, but they must produce different outputs β€” otherwise an attacker could substitute a…
hemera/reference/capacity
structured capacity the Hemera sponge state is 16 Goldilocks field elements. the first 8 (rate) absorb input and produce output. the last 8 (capacity) carry structural context β€” they are never overwritten by input data. this is how Hemera achieves domain separation without multiple modes. layout…

Local Graph