MCPcopy Create free account
hub / github.com/B-Con/crypto-algorithms / MixColumns

Function MixColumns

aes.c:745–833  ·  view source on GitHub ↗

Performs the MixColums step. The state is multiplied by itself using matrix multiplication in a Galios Field 2^8. All multiplication is pre-computed in a table. Addition is equivilent to XOR. (Must always make a copy of the column as the original values will be destoyed.)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

aes_encryptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected