Struct ark_mnt4_753::g2::Parameters[][src]

pub struct Parameters;

Trait Implementations

impl Clone for Parameters[src]

impl Default for Parameters[src]

impl Eq for Parameters[src]

impl ModelParameters for Parameters[src]

impl PartialEq<Parameters> for Parameters[src]

impl SWModelParameters for Parameters[src]

const COFACTOR: &'static [u64][src]

COFACTOR = 41898490967918953402344214791240637128170709919953949071783502921025352812571106773058893763790338921418070971888049094905534395567574915333486969589229856772141392370549616644545554517640527237829320384324374366385444967219201

const COFACTOR_INV: Fr[src]

COFACTOR^(-1) mod r = 102345604409665481004734934052318066391634848395005988700111949231215905051467807945653833683883449458834877235200

const AFFINE_GENERATOR_COEFFS: (Self::BaseField, Self::BaseField)[src]

AFFINE_GENERATOR_COEFFS = (G2_GENERATOR_X, G2_GENERATOR_Y)

impl StructuralEq for Parameters[src]

impl StructuralPartialEq for Parameters[src]

Auto Trait Implementations

impl Send for Parameters

impl Sync for Parameters

impl Unpin for Parameters

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,