package
0.0.0-20240830124323-c3d2d57c8a5a
Repository: https://github.com/fantom-foundation/carmendb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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.