pub(crate) type MerkleTree = MerkleTree<Blake3Node, Blake3DigestAlgorithm, u64, 4, Blake3Node>;Expand description
Merkle tree scheme used in the VID. Uses BLAKE3 directly via
Blake3DigestAlgorithm rather than going through the
jf_merkle_tree::hasher::HasherDigest blanket impl, which would pin
blake3 to a digest 0.10-compatible release line.
Aliased Typeยง
pub(crate) struct MerkleTree { /* private fields */ }