Class WeilPairing<E>
java.lang.Object
dk.jonaslindstrom.ruffini.elliptic.algorithms.WeilPairing<E>
Compute the Weil pairing of two points on an elliptic curve.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(AffinePoint<E> P, AffinePoint<E> Q, AffinePoint<E> S, int m) apply
(AffinePoint<E> P, AffinePoint<E> Q, AffinePoint<E> S, BigInteger m) Assume S is not in {O, P, -Q, P-Q}.
-
Constructor Details
-
WeilPairing
-
-
Method Details
-
apply
-
apply
Assume S is not in {O, P, -Q, P-Q}.
-