//
pkg.gl
Category
github.com/ethereum/go-ethereum
beacon
merkle
package
1.15.2
Repository:
https://github.com/ethereum/go-ethereum.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
7
Files
38 SLOC
#
Functions
VerifyProof
VerifyProof verifies a Merkle proof branch for a single value in a binary Merkle tree (index is a generalized tree index).
#
Type aliases
Value
Value represents either a 32 byte leaf value or hash node in a binary merkle tree/partial proof.
Values
Values represent a series of merkle tree leaves/nodes.