pub const X25519_PUBLIC_KEY_BASE32_SIZE: usize = 53;
The number of bytes needed to store base32 encoded x25519 public key as an ASCII c-string (including a null terminator)