curveSecp256k1 property
Define a curve for Secp256k1 elliptic cryptography
Implementation
static final curveSecp256k1 = CurveFp(
p: BigInt.parse(
"115792089237316195423570985008687907853269984665640564039457584007908834671663"),
a: BigInt.zero,
b: BigInt.from(7),
h: BigInt.one,
);