ed25519_
dalek
2.1.1
Structs
Signature
SigningKey
VerifyingKey
Constants
EXPANDED_SECRET_KEY_LENGTH
KEYPAIR_LENGTH
PUBLIC_KEY_LENGTH
SECRET_KEY_LENGTH
SIGNATURE_LENGTH
Traits
Signer
Verifier
Type Aliases
SecretKey
SignatureError
ed25519_dalek
Constant
SIGNATURE_LENGTH
Copy item path
Settings
Help
Summary
Source
pub const SIGNATURE_LENGTH:
usize
= 64;
Expand description
The length of a ed25519
Signature
, in bytes.