Module ecc

Source
Expand description

Elliptic curve related gates and gadgets. Including both native and non-native fields.

Modules§

emulated
Elliptic curve related gates and gadgets for non-native fields

Structs§

PointVariable
Represent variable of an EC point.
TEPoint
An elliptic curve point in twisted Edwards affine form (x, y).

Traits§

MultiScalarMultiplicationCircuit
Compute the multi-scalar-multiplications in circuit.
SWToTEConParam
This trait holds constants that are used for curve conversion from short Weierstrass form to twisted Edwards form.