Liking cljdoc? Tell your friends :D

clojure-aes.decrypt.inverse-sub-bytes


inv-sub-bytesclj

(inv-sub-bytes [row1 row2 row3 row4] round-num)

This transformation extracts each word from the State, and calculates the lookup for each byte within each word from inv-sbox

This transformation extracts each word from the State, and calculates the lookup for each byte within each word from inv-sbox
sourceraw docstring

inv-subWordclj

(inv-subWord word)

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

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

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

× close