hemera proposals

design proposals for hemera hash function evolution.

hemera-2 (pre-genesis upgrade)

proposal status target
inversion-sbox draft x⁻¹ partial S-box + 16 rounds: 36% fewer constraints, 5.4× MPC depth, 2^1046 algebraic degree
compact-output draft 32-byte output: 2× tree speed, 2× storage, single-perm binary nodes

hemera-3 (stack-aware optimizations)

proposal status target
batched-proving draft N hemera calls → 1 sumcheck: 400× for N=1000
partial-round-collapse draft precompute linear evolution: 4× prover wall-clock
constraint-free-mds draft absorb MDS into CCS wiring: 26% fewer constraints
folded-sponge draft fold multi-block absorption: 7× for 10-block inputs
algebraic-fiat-shamir draft algebraic challenge derivation: 8.7× fewer hemera calls

combined targets

                        hemera-1            hemera-2            hemera-3 (all)
constraints/perm:       ~1,152              ~736                ~544 (wired MDS)
rounds:                 72                  24                  24
MPC depth:              216                 40                  40
output:                 64 bytes            32 bytes            32 bytes
tree node perms:        2                   1                   1
FS calls (20-round):    20 × 1,152         20 × 736            1 × 736 + 19 × 50
FS total constraints:   23,040              14,720              1,686
batch (N=1000):         N × 1,152           N × 736             736 + O(N)
10-block sponge:        10 × 1,152          10 × 736            736 + 300

trajectory

hemera-1: hash for everything              ~1,152 constraints/perm
hemera-2: faster hash for everything       ~736 constraints/perm
hemera-3: hash for trust anchoring         ~544 constraints (wired MDS)
          + algebraic for the rest

endgame role: cryptographic root of trust — initial seed, content identity,
private records. algebraic commitments handle binding and verification at scale.

cross-repo dependencies

zheng-2 proposal hemera interaction
algebraic-extraction eliminates Merkle paths — hemera tree hashing reduced
folding-first fold hemera calls during proof-carrying execution
proof-carrying each hemera permutation = one fold step
brakedown-pcs Merkle-free PCS eliminates hemera tree overhead entirely

lifecycle

status meaning
draft idea captured, open for discussion
accepted approved — ready to implement
rejected decided against, kept for rationale
implemented done — migrated to relevant spec file

Dimensions

trident/reference/props
Design Proposals Proposals for language and VM design changes. Not spec — these are desires documented for future consideration. Each proposal is a standalone markdown file. Status is tracked in the frontmatter. Status values | Status | Meaning | |--------|---------| | `draft` | Idea captured, open…
bbg/reference/props
bbg proposals design proposals for bbg authenticated state layer evolution. proposals compose with zheng-2 proof architecture and hemera-2 hash. polynomial state | proposal | status | target | |----------|--------|--------| | algebraic-nmt | draft | 9 NMT trees → 1 polynomial, 30× fewer constraints…
nox/reference/props
props
zheng/reference/props
zheng proposals design proposals for zheng proof system evolution. zheng-2 is the integrated architecture — all other proposals feed into it. architecture | proposal | status | target | |----------|--------|--------| | zheng-2 | draft | dual-algebra proof architecture: 2 PCS, 1 IOP, 1 hash, 14…

Pages in this namespace

Local Graph