Module merkle

Module merkle 

Source
Expand description

Merkle tree implementation for context verification

Provides cryptographic verification of context packet hierarchies.

Structs§

Hash
A SHA-256 hash (32 bytes)
MerkleProof
A Merkle inclusion proof (RFC 6962 compatible) Allows proving that a leaf is part of a tree without revealing other leaves
MerkleTree
A Merkle tree for verifying context packet integrity
ProofStep
A single step in a Merkle inclusion proof

Enums§

MerkleNode
A node in the Merkle tree
ProofDirection
Direction indicator for Merkle proof steps