Function aes::soft::fixslice::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.