x³ + ax + b weierstrass formula; a=0
static BigInt crv(BigInt x) => mod(mod(x * x) * x + Curve.secp256k1.b);