curveEd448 property

CurveED curveEd448
final

Define a curve for Ed448 elliptic cryptography

Implementation

static final curveEd448 = CurveED(
  p: BigInt.parse(
    "726838724295606890549323807888004534353641360687318060281490199180612328166730772686396383698676545930088884461843637361053498018365439",
  ),
  a: BigInt.one,
  d: BigInt.parse(
    "726838724295606890549323807888004534353641360687318060281490199180612328166730772686396383698676545930088884461843637361053498018326358",
  ),
  h: BigInt.from(4),
  order: BigInt.parse(
    "181709681073901722637330951972001133588410340171829515070372549795146003961539585716195755291692375963310293709091662304773755859649779",
  ),
);