pub trait MaskedMerkleParameters: MerkleParameters {
    fn mask_crh(&self) -> &Self::H;
}

Required methods

Returns the collision-resistant hash function masking parameters used by the Merkle tree.

Implementors