Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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

CMTNodeA node in the Cartesian Merkle Tree containing key, priority, hash, and child references. Each node maintains the three essential properties of the CMT: **…

Traits

Impls