Struct ark_cp6_782::CP6_782

source ·
pub struct CP6_782;

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This is the scalar field of the G1/G2 groups.
This is the base field of the G1 group and base prime field of G2.
An element in G1.
A G1 element that has been preprocessed for use in a pairing.
An element of G2.
The affine representation of an element in G2.
A G2 element that has been preprocessed for use in a pairing.
The extension field that hosts the target group of the pairing.
Computes the product of Miller loops for some number of (G1, G2) pairs.
Performs final exponentiation of the result of a Self::multi_miller_loop.
Computes the Miller loop over a and b.
Computes a “product” of pairings.
Performs multiple pairing operations
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

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
Checks if this value is equivalent to the given key. Read more

Returns the argument unchanged.

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.