node
Node structure and implementation for Cartesian Merkle Trees.
This module provides the core CMTNode structure that represents individual
nodes in the tree, containing key, priority, hash, and child references.
Fully qualified path: cartesian_merkle_tree::library::node
Structs
| CMTNode | A node in the Cartesian Merkle Tree containing key, priority, hash, and child references. Each node maintains the three essential properties of the CMT: **… |