Function aes::soft::fixslice::inv_sub_bytes

source ·
fn inv_sub_bytes(state: &mut [u64])
Expand description

Note that the 4 bitwise NOT (^= 0xffffffffffffffff) are accounted for here so that it is a true inverse of ‘sub_bytes’.