Constant diem_crypto::noise::MAX_SIZE_NOISE_MSG
source · pub const MAX_SIZE_NOISE_MSG: usize = 65535;
Expand description
A noise message cannot be larger than 65535 bytes as per the specification.
pub const MAX_SIZE_NOISE_MSG: usize = 65535;
A noise message cannot be larger than 65535 bytes as per the specification.