pub trait Field: BigPrimeField + PrimeField<Repr = [u8; 32]> { }
Expand description
Trait used to reduce verbosity with the declaration of the [FieldExt
]
trait and its repr.
pub trait Field: BigPrimeField + PrimeField<Repr = [u8; 32]> { }
Trait used to reduce verbosity with the declaration of the [FieldExt
]
trait and its repr.