# Functions
GetNoHashFactory creates a new instance of NoHash.
ReduceHashes computes the hash of a tree with the given branching factor and numPages hashes on the leaf level.
# Structs
NoHash is a trivial HashTree interface implementation, which does not do any hashing.
NoHashFactory is a NoHash factory.
# Interfaces
Factory creates a new instance of the HashTree.
HashTree implementation allows for computing (merkle) hash root out of set of input pages.
PageProvider is a source of pages for the HashTree.