Skip to main content

Module curve_ops

Module curve_ops 

Source
Expand description

Generic curve abstraction.

The main goal of this trait is to decouple:

  1. the curve model (short Weierstrass, Montgomery, Edwards, …), and
  2. 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.