Module ed25519

Source
Expand description

Ed25519 cryptographic helpers

Structs§

Ed25519Signer
A cryptographic signer that is responsible for signing messages using Ed25519 signature scheme
Ed25519Verifier
Ed25519 verifier that checks the authenticity of Ed25519 signatures
Ed25519VerifierError
Ed25519Signer and Ed25519Verifier related errors.

Type Aliases§

Ed25519SecretKey
Wrapper of Ed25519:SigningKey.
Ed25519Signature
Wrapper of Ed25519:Signature.
Ed25519VerificationKey
Wrapper of Ed25519:PublicKey.