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