Macro snarkvm_algorithms::define_merkle_tree_parameters[][src]

macro_rules! define_merkle_tree_parameters {
    ($struct_name:ident, $hash:ty, $depth:expr) => { ... };
}

Defines a Merkle tree using the provided hash and depth.