pub const ED25519_PRIVATE_KEYBLOB_BASE64_LENGTH: usize = 88;
Expand description
The number of bytes needed to store base64 encoded ed25519 private key as an ASCII c-string (not including null-terminator)
pub const ED25519_PRIVATE_KEYBLOB_BASE64_LENGTH: usize = 88;
The number of bytes needed to store base64 encoded ed25519 private key as an ASCII c-string (not including null-terminator)