Constant NONCE_LEN
pub const NONCE_LEN: usize = 12; // 12usize
Expand description
Size of TLS nonces (incorrectly termed “IV” in standard) for all supported ciphersuites (AES-GCM, Chacha20Poly1305)
pub const NONCE_LEN: usize = 12; // 12usize
Size of TLS nonces (incorrectly termed “IV” in standard) for all supported ciphersuites (AES-GCM, Chacha20Poly1305)