snarkvm_console_network

Type Alias BHPMerkleTree

Source
pub type BHPMerkleTree<N, const DEPTH: u8> = MerkleTree<N, BHP1024<N>, BHP512<N>, DEPTH>;
Expand description

A helper type for the BHP Merkle tree.

Aliased Typeยง

struct BHPMerkleTree<N, const DEPTH: u8> { /* private fields */ }