Class EllipticCurve

java.lang.Object
org.episteme.core.mathematics.cryptography.EllipticCurve

public class EllipticCurve extends Object
Elliptic Curve Cryptography (ECC).

More efficient than RSA - same security with smaller keys. Based on algebraic structure of elliptic curves over finite fields.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)