Skip to main content

Module eddsa_25519_sha512

Module eddsa_25519_sha512 

Expand description

Ed25519 (EdDSA) signature implementation using Curve25519 and SHA-512 to hash the messages when signing.

Structs§

PublicKey
SecretKey
Secret key for EdDSA (Ed25519) signature verification over Curve25519.
Signature
EdDSA (Ed25519) signature

Enums§

PublicKeyError
UncheckedVerificationError
Errors that can arise when invoking PublicKey::verify_with_unchecked_k.