Liking cljdoc? Tell your friends :D
Clojure only.

clojure-aes.encrypt.sub-bytes


subBytesclj

(subBytes [row1 row2 row3 row4] round-num)

Substitutes each byte in the 4x4 state array with its corresponding value from the S-Box.

Substitutes each byte in the 4x4 state array with its corresponding value from the S-Box.
sourceraw docstring

subWordclj

(subWord word)

Takes a four-byte input word and substitutes each byte in that word with its appropriate value from the S-Box.

Takes a four-byte input word and substitutes each byte in that word with its appropriate value from the S-Box.
sourceraw docstring

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

× close