pub type BHPMerkleTree<N, const DEPTH: u8> = MerkleTree<N, BHP1024<N>, BHP512<N>, DEPTH>;
A helper type for the BHP Merkle tree.
struct BHPMerkleTree<N, const DEPTH: u8> { /* private fields */ }