All Classes and Interfaces
Class
Description
Implementation of the BLS12-381 pairing-friendly elliptic curve construction.
Instances of this class represents a curve over a field over elements of type
E satisfying the equation
x2 + y2 = 1 + d x2 y2.Instances of this class represents a point on an Edwards Curve
over a field with elements of type
E.Given two points P and Q of order m on an elliptic curve, this algorithm computes f(Q) where
div(f) = [m]P - m[O].
Curve on Montgomery form By2 = x3 + Ax2 + x.
Compute the optimal Ate pairing.
Copmute the WeilPairing of two points on an elliptic curve.