curveEd25519 property

CurveED curveEd25519
final

Define a curve for Ed25519 elliptic cryptography

Implementation

static final curveEd25519 = CurveED(
  p: BigInt.parse(
    "57896044618658097711785492504343953926634992332820282019728792003956564819949",
  ),
  a: BigInt.from(-1),
  d: BigInt.parse(
    "37095705934669439343138083508754565189542113879843219016388785533085940283555",
  ),
  h: BigInt.from(8),
  order: BigInt.parse(
    "7237005577332262213973186563042994240857116359379907606001950938285454250989",
  ),
);