Skip to main content

STREAM_NONCE_PREFIX_LEN

Constant STREAM_NONCE_PREFIX_LEN 

Source
pub const STREAM_NONCE_PREFIX_LEN: usize = 7;
Expand description

Length of the random nonce prefix in a streaming envelope. The 12-byte AES-GCM nonce is prefix (7) || u32 chunk counter (4) || last-flag (1).