Function aes::soft::fixslice::aes128_decrypt

source ยท
pub(crate) fn aes128_decrypt(
    rkeys: &[u64; 88],
    blocks: &GenericArray<Block, U4>,
) -> GenericArray<Block, U4>
Expand description

Fully-fixsliced AES-128 decryption (the InvShiftRows is completely omitted).

Decrypts four blocks in-place and in parallel.