CurveGFp.this

Construct the elliptic curve E: y^2 = x^3 + ax + b over GF(p)

struct CurveGFp
this
()

Parameters

p BigInt*

prime number of the field

a BigInt*

first coefficient

b BigInt*

second coefficient

Meta