Module ed25519
Source - Signature
- Ed25519 signature.
- SigningKey
- ed25519 signing key which can be used to produce signatures.
- VerifyingKey
- An ed25519 public key.
- Signer
- Sign the provided message bytestring using
Self
(e.g. a cryptographic key
or connection to an HSM), returning a digital signature. - Verifier
- Verify the provided message bytestring using
Self
(e.g. a public key)