merkel v1.0.3 API Reference

Modules

Essentially a driver module but allows for the decoupled addition of e.g. new tree types and/or other proof types

Implements the AVL balance rotations for a binary tree A self-balancing AVL tree ensures the tree height is always O(log n)

Module facilitates audit proof creation given the candidate key as well as providing verification of the proof

Implements a merkle binary hash tree that is balanced using AVL rotations

Module to perform merkle tree hashing

Module assists in tree creation

Module implements pretty printing of merkle binary hash tree