Function decrypt8

Source
pub(super) unsafe fn decrypt8(
    keys: &[__m128i; 13],
    blocks: InOut<'_, '_, Block8>,
)
Available with target feature aes only.