Function aes128_key_schedule

Source
pub(crate) fn aes128_key_schedule(key: &[u8; 16]) -> [u64; 88]
Expand description

Fully bitsliced AES-128 key schedule to match the fully-fixsliced representation.