Class EllipticCurve.Point
java.lang.Object
org.episteme.core.mathematics.cryptography.EllipticCurve.Point
- Enclosing class:
EllipticCurve
Point on elliptic curve y² = x³ + ax + b (mod p)
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EllipticCurve.Pointfinal booleanfinal BigIntegerfinal BigInteger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
-
y
-
isInfinity
public final boolean isInfinity -
INFINITY
-
-
Constructor Details
-
Point
-
-
Method Details
-
equals
-
toString
-