Represenst an algorithm for doing cryptographic signing.
The name of this signing algorithm.
Generate a public key from a secret key.
Generate a new random secret key.
Sign some data with a secret key.
Verify a signature against the data that was signed.
Represenst an algorithm for doing cryptographic signing.