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