pub(crate) fn aes128_key_schedule(key: &[u8; 16]) -> [u64; 88]
Fully bitsliced AES-128 key schedule to match the fully-fixsliced representation.