Performs the AddRoundKey step. Each round has its own pre-generated 16-byte key in the form of 4 integers (the "w" array). Each integer is XOR'd by one column of the state. Also performs the job of InvAddRoundKey(); since the function is a simple XOR process, it is its own inverse.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected