pub const X25519_PUBLIC_KEY_BASE32_LENGTH: usize = 52;
Expand description

The number of bytes needed to store base32 encoded x25519 public key as an ASCII c-string (not including null-terminator)