Skip to main content

encrypt

Function encrypt 

Source
pub(crate) fn encrypt<W: Word>(
    rkeys: &[W; 104],
    blocks: &Array<Block, <W as Word>::Blocks>,
) -> Array<Block, <W as Word>::Blocks>
Expand description

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

Encrypts four blocks in-place and in parallel.