CurveGFp.this

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

struct CurveGFp
this
()
(
auto const ref BigInt p
,
auto const ref BigInt a
,
auto const ref BigInt b
)

Parameters

p BigInt

prime number of the field

a BigInt

first coefficient

b BigInt

second coefficient

Meta