pub const PUBLICKEYBYTES: usize = libsodium_sys::crypto_kx_PUBLICKEYBYTES as usize; // 32usize
Expand description

Byte length of kx public key.