Module nettle::ed448

source ·
Expand description

Mike Hamburg’s “Goldilocks” Edwards curve Ed448.

Constants§

  • Size of a public or secret Ed448 key in bytes.
  • Size of a Ed448 signature in bytes.
  • Whether or not this algorithm is supported by the version of Nettle we are linked against at build time.

Functions§

  • Generates a new Ed448 private key.
  • Computes the public key for a given private Ed448 key.
  • Signs the message msg using the given public/private, producing signature.
  • Verifies signature of message msg using public.