Function aes::hazmat::equiv_inv_cipher_round_par
source · pub fn equiv_inv_cipher_round_par(blocks: &mut Block8, round_keys: &Block8)
Expand description
⚠️ AES equivalent inverse cipher (decrypt) round function: parallel version.
Equivalent to equiv_inv_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.