Class EllipticCurve.Curve
java.lang.Object
org.episteme.core.mathematics.cryptography.EllipticCurve.Curve
- Enclosing class:
EllipticCurve
Elliptic curve parameters: y² = x³ + ax + b (mod p)
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BigIntegerfinal BigIntegerfinal EllipticCurve.Pointfinal BigIntegerfinal BigInteger -
Constructor Summary
ConstructorsConstructorDescriptionCurve(BigInteger a, BigInteger b, BigInteger p, EllipticCurve.Point G, BigInteger n) -
Method Summary
-
Field Details
-
a
-
b
-
p
-
G
-
n
-
-
Constructor Details
-
Curve
-
-
Method Details
-
secp256k1
secp256k1 - used in Bitcoin.
-