Skip to main content

AEAD_KEY_LEN

Constant AEAD_KEY_LEN 

Source
pub const AEAD_KEY_LEN: usize = 32;
Expand description

ChaCha20-Poly1305 key length in bytes, and therefore the HKDF output length the [derive_aead_key] expand step produces.