Versions in this module Expand all Collapse all v0 v0.0.1 Mar 19, 2024 Changes in this version + func MerkleHash(x, y *big.Int) (*big.Int, error) + func ProofMerklePath(root *big.Int, leaf *big.Int, path []*big.Int) bool + type FixedSizeMerkleTree struct + Branches [][]*big.Int + Leaves []*big.Int + Root *big.Int + func NewFixedSizeMerkleTree(leaves ...*big.Int) (*FixedSizeMerkleTree, error) + func (mt *FixedSizeMerkleTree) Proof(leaf *big.Int) ([]*big.Int, error)