Trait snarkvm_models::algorithms::crh::CRHParameters[][src]

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

Required methods

fn setup<R: Rng>(r: &mut R) -> Self[src]

Loading content...

Implementors

Loading content...