Skip to main content

add_round_key

Function add_round_key 

Source
pub(super) fn add_round_key<W: Word>(state: &mut [W; 8], rkey: &[W])
Expand description

XOR the round key into the internal state. The round keys are expected to be pre-computed and packed in the fixsliced representation.