CurveFp constructor

CurveFp({
  1. required BigInt p,
  2. required BigInt a,
  3. required BigInt b,
  4. required BigInt? h,
})

Prime field modulus

Implementation

CurveFp({required this.p, required this.a, required this.b, required this.h});