Uses of Record Class
dk.jonaslindstrom.ruffini.elliptic.elements.EdwardsPoint
Packages that use EdwardsPoint
-
Uses of EdwardsPoint in dk.jonaslindstrom.ruffini.elliptic.structures
Methods in dk.jonaslindstrom.ruffini.elliptic.structures that return EdwardsPointModifier and TypeMethodDescriptionEdwardsCurve.add
(EdwardsPoint<E> a, EdwardsPoint<E> b) EdwardsCurve.negate
(EdwardsPoint<E> a) EdwardsCurve.zero()
Methods in dk.jonaslindstrom.ruffini.elliptic.structures that return types with arguments of type EdwardsPointModifier and TypeMethodDescriptionPair<MontgomeryCurve<E,
F>, java.util.function.Function<EdwardsPoint<E>, AffinePoint<E>>> EdwardsCurve.getCorrespondingMontgomeryCurve()
Return an elliptic curve in Montgomery form which is birationally equivalent to this curve and a mapping from points on this curve to points on the Montgomery curve.Methods in dk.jonaslindstrom.ruffini.elliptic.structures with parameters of type EdwardsPointModifier and TypeMethodDescriptionEdwardsCurve.add
(EdwardsPoint<E> a, EdwardsPoint<E> b) boolean
EdwardsCurve.equals
(EdwardsPoint<E> a, EdwardsPoint<E> b) EdwardsCurve.negate
(EdwardsPoint<E> a) EdwardsCurve.toString
(EdwardsPoint<E> a)