| Interface | Description |
|---|---|
| ImmutablePoint |
An interface for immutable points on an elliptic curve over a finite field.
|
| MutablePoint |
An interface for mutable points on an elliptic curve over a finite field.
|
| Point |
A base interface for points on an elliptic curve over a finite field.
|
| Class | Description |
|---|---|
| AffinePoint |
Elliptic curve point represented using affine coordinates (x, y).
|
| ExtendedHomogeneousPoint<T extends IntegerModuloP> |
Elliptic curve point in extended homogeneous coordinates (X, Y, T, Z) where
an affine point (x, y) is represented using any (X, Y, T, Z) s.t.
|
| ExtendedHomogeneousPoint.Immutable | |
| ExtendedHomogeneousPoint.Mutable | |
| ProjectivePoint<T extends IntegerModuloP> |
Elliptic curve point in projective coordinates (X, Y, Z) where
an affine point (x, y) is represented using any (X, Y, Z) s.t.
|
| ProjectivePoint.Immutable | |
| ProjectivePoint.Mutable |