Expand description

Merkle tree abstractions, implementation and algorithms.

Structs

Merkle Tree.

Functions

find power of 2 of a number which is power of 2

next_pow2 returns next highest power of two from a given number if it is not already a power of two.