pub(crate) fn nonce_dependent_variables<Cipher: BlockSizeUser<BlockSize = U16> + BlockEncrypt, NonceSize: NonceSizes>(
cipher: &Cipher,
nn: &Nonce<NonceSize>,
tag_len: u32,
) -> (usize, [u8; 24])Expand description
Computes nonce-dependent variables as defined in https://www.rfc-editor.org/rfc/rfc7253.html#section-4.2