# Functions
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
subtrees always should have power of 2 number of elements.
Merkle tree data structure based on RFC-6962 standard (https://tools.ietf.org/html/rfc6962#section-2.1) we separate whole tree to subtrees where nodes count equal power of 2 root hash calculates from right to left by summing subtree roots hashes.