Trait snarkvm_algorithms::traits::crh::CRHParameters[][src]

pub trait CRHParameters: Clone + Debug + ToBytes + FromBytes + Eq {
    fn setup<R: Rng>(r: &mut R) -> Self;
}

Required methods

Implementors