[][src]Trait ff_uint::PrimeFieldParams

pub trait PrimeFieldParams {
    type Inner: Uint;

    const MODULUS: Self::Inner;
    const MODULUS_BITS: u32;
    const REPR_SHAVE_BITS: u32;
    const R: Self::Inner;
    const R2: Self::Inner;
    const INV: u64;
    const GENERATOR: Self::Inner;
    const S: u32;
    const ROOT_OF_UNITY: Self::Inner;
}

Associated Types

type Inner: Uint

Loading content...

Associated Constants

const MODULUS: Self::Inner

const MODULUS_BITS: u32

const REPR_SHAVE_BITS: u32

const R: Self::Inner

const R2: Self::Inner

const INV: u64

const GENERATOR: Self::Inner

const S: u32

const ROOT_OF_UNITY: Self::Inner

Loading content...

Implementors

Loading content...