Module ed25519

Module ed25519 

Expand description

ED25519 signing scheme

Structs§

PrivKey
A private-public key pair
PubKey
A public key
Signature
Our implementation of Signature
SignatureScheme
Represents an Ed25519 signature with its public signer

Enums§

KeyError
Errors related to key (reading) operations
SignatureError
Errors related to signature operations

Constants§

SIGNATURE_CONTEXT
Our context for signing and verifying Ed25519 signatures.