pub(crate) fn encrypt<W: Word>(
rkeys: &[W; 88],
blocks: &Array<Block, <W as Word>::Blocks>,
) -> Array<Block, <W as Word>::Blocks>Expand description
Fully-fixsliced AES-128 encryption (the ShiftRows is completely omitted).
Encrypts four blocks in-place and in parallel.