Trait filecoin_hashers::PoseidonArity[][src]

pub trait PoseidonArity: Arity<Fr> + Send + Sync + Clone + Debug {
    fn PARAMETERS() -> &'static PoseidonConstants<Bls12, Self>;
}

Required methods

Implementations on Foreign Types

Implementors