pub fn cipher_round_par(blocks: &mut Block8, round_keys: &Block8)
Available on crate feature hazmat only.
Expand description

⚠️ AES cipher (encrypt) round function: parallel version.

Equivalent to cipher_round, but acts on 8 blocks-at-a-time, applying the same number of round keys.

☢️️ WARNING: HAZARDOUS API ☢️

Use this function with great care! See the module-level documentation for more information.