Struct ark_bls12_381::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 COEFF_A: Fq2[src]

COEFF_A = [0, 0]

const COEFF_B: Fq2[src]

COEFF_B = [4, 4]

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

COFACTOR = (x^8 - 4 x^7 + 5 x^6) - (4 x^4 + 6 x^3 - 4 x^2 - 4 x + 13) // 9 = 305502333931268344200999753193121504214466019254188142667664032982267604182971884026507427359259977847832272839041616661285803823378372096355777062779109

const COFACTOR_INV: Fr[src]

COFACTOR_INV = COFACTOR^{-1} mod r 26652489039290660355457965112010883481355318854675681319708643586776743290055

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