Pike programming language

Top Nettle Nettle.Curve448
➤ Nettle.Curve25519()->`*() Nettle.Curve448()->EdDSA ➤

Class Nettle.Curve448

Inheritance graph
__builtin.Nettle.ECC_Curve Nettle.Curve448
Description

Elliptic Curve Definition for the curve y^2 = x^3 + 156326 x^2 + x (mod 2^448 - 2^224 - 1).

This curve is standardized in RFC 7748.

Note

The API for this curve differs somewhat from the API used by the other ECC_Curves.

Note

Requires Nettle 3.6 or later.

See also

ECC_Curve, Curve25519, RFC 7748


Inherit ECC_Curve

inherit __builtin.Nettle.ECC_Curve : ECC_Curve

Extracted from as of .