Class Nettle.Curve25519 Inheritance graph Nettle.Curve25519 Crypto.ECC.Curve25519 Description Elliptic Curve Definition for the curve y^2 = x^2 + 486662 x^2 + x (mod 2^255 - 19). This curve is standardized in RFC 7748. Note The API for this curve differs somewhat from the API used by the other Curves. See also Curve, RFC 7748