Skip to main content

Module merkle

Module merkle 

Source
Expand description

Merkle tree state for the log server.

Wraps confium_transparency::MerkleTree with persistence helpers that rebuild the tree from the database on startup. After the initial rebuild, the in-memory tree is the source of truth for inclusion / consistency proofs; the database is the source of truth for leaf entries.

Structsยง

MerkleState