Skip to main content

Module chain

Module chain 

Source
Expand description

Log Chain - Append-only linked list with hash chaining

Structs§

ChainProof
Chain proof for cryptographic verification.
ChainProofStep
Single step in chain proof.
LogChain
Log chain state

Constants§

GENESIS_HASH
Genesis hash (initial chain hash)

Functions§

verify_chain_proof
Verify chain proof by recomputing the hash chain and optional Merkle proof.