Module nettle::curve448

source ·
Expand description

Elliptic curve Diffie-Hellman using Mike Hamburg’s Curve448.

Constants§

  • Size of the public and private keys in bytes.
  • Whether or not this algorithm is supported by the version of Nettle we are linked against at build time.

Functions§

  • Derive DH shared secret.
  • Derive DH public key.
  • Generate a new X448 private key.