Function aes::soft::fixslice::aes192_key_schedule

source ยท
pub(crate) fn aes192_key_schedule(key: &[u8; 24]) -> [u64; 104]
Expand description

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