pub const MIN_NONCE_LENGTH: usize = 6;
Expand description
Minimum number of bytes in a Nonce option, excluding the kind and length bytes.
See RFC 3971 section 5.3.2 for more information.
pub const MIN_NONCE_LENGTH: usize = 6;
Minimum number of bytes in a Nonce option, excluding the kind and length bytes.
See RFC 3971 section 5.3.2 for more information.