Function aes::soft::fixslice::aes256_key_schedule

source ยท
pub(crate) fn aes256_key_schedule(key: &[u8; 32]) -> [u64; 120]
Expand description

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