Module secp256

Source

Structs§

Secp256AddLibfunc
Libfunc for a secp256 elliptic curve addition system call.
Secp256GetPointFromXLibfunc
System call libfunc for getting a point on the secp256 elliptic curve, according to the given x coordinate and the parity of the relevant y coordinate.
Secp256GetXyLibfunc
System call libfunc for getting the coordinates of a point on the secp256 elliptic curve.
Secp256MulLibfunc
Libfunc for a secp256 elliptic curve multiplication system call.
Secp256NewLibfunc
System call libfunc for creating a point on the secp256 elliptic curve.

Enums§

Secp256ConcreteLibfunc
Secp256Libfunc
Secp256OpConcreteLibfunc
Secp256OpLibfunc
Secp256PointType
Secp256PointTypeConcrete

Traits§

Secp256Trait