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