Expand description
Merkle tree implementation for context verification
Provides cryptographic verification of context packet hierarchies.
Structs§
- Hash
- A SHA-256 hash (32 bytes)
- Merkle
Proof - A Merkle inclusion proof (RFC 6962 compatible) Allows proving that a leaf is part of a tree without revealing other leaves
- Merkle
Tree - A Merkle tree for verifying context packet integrity
- Proof
Step - A single step in a Merkle inclusion proof
Enums§
- Merkle
Node - A node in the Merkle tree
- Proof
Direction - Direction indicator for Merkle proof steps