ShiftRows is the block permutation in AES. Index in, index out. Example: ShiftRows(5) = 1 because ShiftRows(block) returns [16]byte{block[0], block[5], ...
(i int)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…