Crate ark_curve25519

source ·
Expand description

This library implements the curve25519 Montgomery curve.

Curve information:

  • Base field: q = 57896044618658097711785492504343953926634992332820282019728792003956564819949
  • Scalar field: r = 7237005577332262213973186563042994240857116359379907606001950938285454250989
  • Curve equation: B * y^2 = x^3 + A * x^2 + x, where
    • A = 486662
    • B = 1

Structs

Type Definitions