Expand description
Generic curve abstraction.
The main goal of this trait is to decouple:
- the curve model (short Weierstrass, Montgomery, Edwards, …), and
- the point representation (affine, projective, x-only, …).
Each concrete curve type chooses its base field and its native point type through associated types.
Traits§
- Curve
- Generic elliptic-curve model.