Struct ark_mnt6_298::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 = 226502022472576270196498690498308461791828762732602586162207535351960270082712694977333372361549082214519252261735048131889018501404377856786623430385820659037970876666767495659520

const COFACTOR_INV: Fr[src]

COFACTOR^(-1) mod r = 79320381028210220958891541608841408590854146655427655872973753568875979721417185067925504

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>,