Module nettle::ecdsa[][src]

Elliptic curve variant of the Digital Signature Standard.

Functions

generate_keypair

Generates a new ECDSA key pair for siging.

sign

Signs digest using the key private. Returns the signature.

verify

Verify signature of digest using the key public. Returns true if the signature is valid.