You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove all hemera-1/hemera-2/hemera-3 version labels
There is no versioned hemera. There is hemera.
Comparison tables rewritten with feature labels:
"before (x⁷, 64 rounds)" / "current (x⁻¹, 16 rounds)"
or "64-byte output" / "32-byte output".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hemera-3's [[algebraic Fiat-Shamir]] derives subsequent challenges from polynomial evaluations rather than additional hash calls — 8.7× reduction in Fiat-Shamir cost.
447
+
[[algebraic Fiat-Shamir]] derives subsequent challenges from polynomial evaluations rather than additional hash calls — 8.7× reduction in Fiat-Shamir cost.
448
448
449
449
## 9. HyperNova: Folding Instead of Verifying
450
450
@@ -861,7 +861,7 @@ this is a **self-proving [[cybergraph|knowledge graph]]**: every edge carries it
861
861
862
862
## 13. [[Hemera]]: Trust Anchor, Not Prover
863
863
864
-
### 13.1 hemera-2 parameters
864
+
### 13.1 hemera parameters
865
865
866
866
```
867
867
hash: Poseidon2 over Goldilocks
@@ -884,7 +884,7 @@ role hemera calls evolution
884
884
content identity 1 per particle always hemera (identity must persist)
885
885
private records 1 per UTXO always hemera (privacy binding)
886
886
Fiat-Shamir seed 1 per proof always hemera (transcript binding)
887
-
Fiat-Shamir challenges 19 per proof hemera-3: algebraic (polynomial)
887
+
Fiat-Shamir challenges 19 per proof algebraic FS: polynomial challenges
888
888
NMT tree hashing 144K per block algebraic NMT: 0 (polynomial state)
889
889
DAS inclusion proofs 640 per verify algebraic DAS: 0 (PCS openings)
890
890
Brakedown commitment 1 per proof always hemera (binding hash)
0 commit comments