pub struct PairingVar<P: MNT6Config>(_);
Expand description

Specifies the constraints for computing a pairing in a MNT6 bilinear group.

Trait Implementations§

An variable representing an element of G1. This is the R1CS equivalent of E::G1Projective.
An variable representing an element of G2. This is the R1CS equivalent of E::G2Projective.
An variable representing cached precomputation that can speed up pairings computations. This is the R1CS equivalent of E::G1Prepared.
An variable representing cached precomputation that can speed up pairings computations. This is the R1CS equivalent of E::G2Prepared.
An variable representing an element of GT. This is the R1CS equivalent of E::GT.
Computes a multi-miller loop between elements of p and q.
Computes a final exponentiation over p.
Performs the precomputation to generate Self::G1PreparedVar.
Performs the precomputation to generate Self::G2PreparedVar.
Computes a pairing over p and q.
Computes a product of pairings over the elements in p and q.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more