Module ed25519
Expand description
ED25519 signing scheme
Structs§
- PrivKey
- A private-public key pair
- PubKey
- A public key
- Signature
- Our implementation of Signature
- Signature
Scheme - Represents an Ed25519 signature with its public signer
Enums§
- KeyError
- Errors related to key (reading) operations
- Signature
Error - Errors related to signature operations
Constants§
- SIGNATURE_
CONTEXT - Our context for signing and verifying Ed25519 signatures.