pub(crate) fn key_dependent_variables<Cipher: BlockSizeUser<BlockSize = U16> + BlockEncrypt>(
cipher: &Cipher,
) -> (GenericArray<u8, U16>, GenericArray<u8, U16>, [GenericArray<u8, U16>; 32])Expand description
Computes key-dependent variables defined in https://www.rfc-editor.org/rfc/rfc7253.html#section-4.1