[][src]Struct wagyu_zcash::librustzcash::algebra::curve::bls12_381::Bls12

pub struct Bls12;

Trait Implementations

impl Engine for Bls12[src]

type G1 = G1

The projective representation of an element in G1.

type G1Affine = G1Affine

The affine representation of an element in G1.

type G2 = G2

The projective representation of an element in G2.

type G2Affine = G2Affine

The affine representation of an element in G2.

type Fq = Fq

The base field that hosts G1.

type Fqe = Fq2

The extension field that hosts G2.

type Fqk = Fq12

The extension field that hosts the target group of the pairing.

impl ScalarEngine for Bls12[src]

type Fr = Fr

This is the scalar field of the engine's groups.

impl JubjubEngine for Bls12[src]

type Fs = Fs

The scalar field of the Jubjub curve

type Params = JubjubBls12

The parameters of Jubjub and the Sapling protocol

impl JubjubParams<Bls12> for JubjubBls12[src]

impl Clone for Bls12[src]

impl Debug for Bls12[src]

Auto Trait Implementations

impl Send for Bls12

impl Unpin for Bls12

impl Sync for Bls12

impl UnwindSafe for Bls12

impl RefUnwindSafe for Bls12

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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