library
Fully qualified path: cartesian_merkle_tree::library
Modules
| node | Node structure and implementation for Cartesian Merkle Trees. This module provides the core CMTNode structure that represents individual… |
| proof | Cartesian Merkle Tree proof generation and verification. This module provides functionality for:… |
| tree | Cartesian Merkle Tree implementation combining BST and heap properties. This module provides a complete implementation of a Cartesian Merkle Tree, which is:… |
| utils | Utility functions for Cartesian Merkle Trees. This module provides the core utility functions for CMT operations:… |