Skip to main content

derive_xchacha_nonce

Function derive_xchacha_nonce 

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

Derive a 192-bit nonce for XChaCha20-Poly1305.