Module nettle::ed25519

source ·
Expand description

D.J. Bernstein’s “Twisted” Edwards curve Ed25519.

Constants§

Functions§

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