Functionsยง
- add_
round_ ๐constant_ bit - add_
round_ ๐key - XOR the round key into the internal state. The round keys are expected to be pre-computed and packed in the fixsliced representation.
- broadcast ๐
- Replicate a single 16-byte input block across all slots of a
Batch<W>. - delta_
swap_ ๐1 - delta_
swap_ ๐2 - inv_
shift_ ๐rows_ 1 - inv_
shift_ ๐rows_ 2 - inv_
shift_ ๐rows_ 3 - memshift32 ๐
- Copy 32-bytes within the provided slice to an 8-byte offset.
- shift_
rows_ ๐1 - Applies ShiftRows once on an AES state (or key).
- shift_
rows_ ๐2 - Applies ShiftRows twice on an AES state (or key).
- shift_
rows_ ๐3 - Applies ShiftRows three times on an AES state (or key).
- xor_
columns ๐ - XOR the columns after the S-box during the key schedule round function.