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 */ }