(addRoundKey state expanded-key round-num)The round key is XORed with the result of the above layer
State is a 4 x nb (nb usually = 4) matrix, expanded-key is a 4 x nk matrix, where nk = number of 32 bit in key, for 128 bits this is 4. 192 bits nk = 6, 256 bits nk = 8
The round key is XORed with the result of the above layer `State` is a 4 x nb (nb usually = 4) matrix, `expanded-key` is a 4 x nk matrix, where nk = number of 32 bit in key, for 128 bits this is 4. 192 bits nk = 6, 256 bits nk = 8
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |