Structs§
- Balanced
Merkle Tree - Merkle Tree variant that has hash-sized leaves and is fully balanced according to configured generic parameter.
Functions§
- compute_
root_ only_ large_ stack_ size - Inner function used in
BalancedMerkleTree::compute_root_only()
for stack allocation, only public due to use in generic bounds - ensure_
supported_ n - Ensuring only supported
N
can be specified forBalancedMerkleTree
.