pub fn inv_mix_columns(block: &mut Block)
Available on crate feature hazmat only.
Expand description

⚠️ AES inverse mix columns function.

This function is equivalent to the Intel AES-NI AESIMC instruction.

☢️️ WARNING: HAZARDOUS API ☢️

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