Function aes::soft::fixslice::aes192_encrypt
source ยท pub(crate) fn aes192_encrypt(
rkeys: &[u64; 104],
blocks: &GenericArray<Block, U4>,
) -> GenericArray<Block, U4>
Expand description
Fully-fixsliced AES-192 encryption (the ShiftRows is completely omitted).
Encrypts four blocks in-place and in parallel.