Module nettle::ed25519[][src]

Expand description

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

Constants

Size of a public or secret Ed25519 key in bytes.

Size of a Ed25519 signature in bytes.

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.