Derive Macro ff::PrimeField[][src]

#[derive(PrimeField)]
{
    // Attributes available to this derive:
    #[PrimeFieldModulus]
    #[PrimeFieldGenerator]
    #[PrimeFieldReprEndianness]
}
This is supported on crate feature derive only.
Expand description

Derive the PrimeField trait.