pub const X25519_PRIVATE_KEY_BASE64_SIZE: usize = 45;
The number of bytes needed to store base64 encoded x25519 private key as an ASCII c-string (including a null terminator)