Skip to main content

KEY_LEN

Constant KEY_LEN 

Source
pub const KEY_LEN: usize = 32;
Available on crate features aead-chacha20 or aead-aes-gcm only.
Expand description

Length of a symmetric key for any algorithm shipped in this version, in bytes. Equal to 32 (256-bit keys).