[][src]Module snarkos_objects::pedersen_merkle_tree

Structs

MaskedMerkleTreeParameters
PedersenMerkleRootHash

A Pedersen Merkle Root Hash

Constants

MASKED_TREE_DEPTH

Statics

PARAMS

Lazily evaluated parameters for the Masked Merkle tree

Functions

pedersen_merkle_root

Calculates the root of the Merkle tree using a Pedersen Hash instantiated with a PRNG and returns it serialized

pedersen_merkle_root_hash

Calculates the root of the Merkle tree using a Pedersen Hash instantiated with a PRNG

pedersen_merkle_root_hash_with_leaves

Calculates the root of the Merkle tree using a Pedersen Hash instantiated with a PRNG and the base layer hashes leaved

Type Definitions

EdwardsMaskedMerkleTree

A Merkle Tree instantiated with the Masked Pedersen hasher over BLS12-377

MerkleTreeCRH