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