pub(crate) fn aes192_key_schedule(key: &[u8; 24]) -> [u64; 104]
Fully bitsliced AES-192 key schedule to match the fully-fixsliced representation.