Skip to main content

derive_chacha_nonce

Function derive_chacha_nonce 

Source
pub fn derive_chacha_nonce(
    volume_tweak: &[u8; 16],
    chunk_index_or_offset: u64,
) -> [u8; 12]
Expand description

Derive a 96-bit nonce for ChaCha20-Poly1305.