Liking cljdoc? Tell your friends :D
Clojure only.

clojure-aes.add-round-key


addRoundKeyclj

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close