Available on crate feature
signature
only.Expand description
Digital signatures: ECDSA (P-256/P-384), Ed25519
Modules§
Structs§
- Error
- Signature errors.
Traits§
- Keypair
- Signing keypair with an associated verifying key.
- Signature
Encoding - Support for decoding/encoding signatures as bytes.
- 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)