Skip to main content

key_schedule

Function key_schedule 

Source
pub(crate) fn key_schedule<W: Word>(key: &[u8; 16]) -> [W; 88]
Expand description

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