Expand description
Log Chain - Append-only linked list with hash chaining
Structs§
- Chain
Proof - Chain proof for cryptographic verification.
- Chain
Proof Path Step - Merkle path element for compact chain proofs.
- LogChain
- Log chain state
Constants§
- GENESIS_
HASH - Genesis hash (initial chain hash)
Functions§
- verify_
chain_ proof - Verify chain proof using compact O(log n) membership paths and optional Merkle proof.