Discover Packages
github.com/filecoin-project/go-f3
merkle
package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Oct 7, 2024
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
VerifyProof verifies that the given value maps to the given index in the merkle-tree with the
given root. It returns "more" if the value is not the last value in the merkle-tree.
Digest is a 32-byte hash digest.
Tree returns a the root of the merkle-tree of the given values.
TreeWithProofs returns a the root of the merkle-tree of the given values, along with merkle-proofs for
each leaf.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.