MCPcopy Create free account
hub / github.com/OpenWhiteBox/AES / ShiftRows

Function ShiftRows

constructions/common/aes.go:73–75  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…