package
0.7.1
Repository: https://github.com/siafoundation/core.git
Documentation: pkg.go.dev

# Functions

New256 returns a new hash.Hash computing the BLAKE2b-256 checksum.
Sum256 returns the BLAKE2b-256 checksum of the data.
SumLeaf computes the Merkle tree leaf hash of a single leaf.
SumLeaves computes the Merkle tree leaf hash of four leaves, storing the results in outs.
SumNodes computes the Merkle roots of four pairs of node hashes, storing the results in outs.
SumPair computes the Merkle root of a pair of node hashes.

# Structs

An Accumulator is a generic Merkle tree accumulator.