curvePallas property
Implementation
static final curvePallas = CurveFp(
p: BigInt.parse(
"40000000000000000000000000000000224698FC094CF91B992D30ED00000001",
radix: 16,
),
a: BigInt.zero,
b: BigInt.from(5),
h: BigInt.one,
);
static final curvePallas = CurveFp(
p: BigInt.parse(
"40000000000000000000000000000000224698FC094CF91B992D30ED00000001",
radix: 16,
),
a: BigInt.zero,
b: BigInt.from(5),
h: BigInt.one,
);