Function aes::soft::fixslice::aes256_encrypt

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

Fully-fixsliced AES-256 encryption (the ShiftRows is completely omitted).

Encrypts four blocks in-place and in parallel.