Liking cljdoc? Tell your friends :D
Clojure only.

clojure-aes.encrypt.shift-row


rotWordclj

(rotWord word amount)

Transforms a word (4 bytes) by rotating/wrapping each byte cyclically to the left based on the number of rotations.

Transforms a word (4 bytes) by rotating/wrapping each byte cyclically to the left based on the number of rotations.
sourceraw docstring

shift-rowsclj

(shift-rows [row1 row2 row3 row4] round-num)

Cyclically shifts the last three rows of the 4x4 state matrix by different offsets to the left.

Cyclically shifts the last three rows of the 4x4 state matrix by different offsets to the left.
sourceraw docstring

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

× close