Module nettle::ecdsa

source ·
Expand description

Elliptic curve variant of the Digital Signature Standard.

Functions§

  • Generates a new ECDSA key pair for siging.
  • Signs digest using the key private.
  • Verify signature of digest using the key public.