Expand description
Exposes information about point coordinates
Curve by default does not require that points expose their coordinates.
Some curves implementations intentionally don’t expose points coordinates,
and, generally, most of the EC algorithms don’t need them. Each curve
implementation may optionally expose affine coordinates by implementing
trait from this module.
Enums§
- Parity of coordinate
- Sign of coordinate
Traits§
- A point that always has affine y coordinate
- A point that always has affine y coordinate and sign of x coordinate
- A point that has affine x coordinate
- A point that has affine x coordinate and parity of y coordinate
- A point that has affine x and y coordinates
- A point that has affine y coordinate