Liking cljdoc? Tell your friends :D

clojure-aes.utils


break-message-to-bytesclj

(break-message-to-bytes message)

Takes a string of 16 concatenated hex vals and extracts the values.

Takes a string of 16 concatenated hex vals and extracts the values.
sourceraw docstring

byte-to-hex-stringclj

(byte-to-hex-string byte-array)

Converts a one-dimension array into hex formatted string.

Converts a one-dimension array into hex formatted string.
sourceraw docstring

byte2-to-hex-stringclj

(byte2-to-hex-string state)

Converts a two-dimension array into hex formatted string.

Converts a two-dimension array into hex formatted string.
sourceraw docstring

debug-aesclj

(debug-aes round-num round-type state)

Print debug info for each round: single string hex-format.

Print debug info for each round: single string hex-format.
sourceraw docstring

hexifyclj

(hexify coll)

Convert byte sequence to hex string.

Convert byte sequence to hex string.
sourceraw docstring

hexify-strclj

(hexify-str s)

Extracts bytes, converts to hex, and outputs a joined version.

Extracts bytes, converts to hex, and outputs a joined version.
sourceraw docstring

matrix-transpositionclj

(matrix-transposition m)

Tranposes the matrix m

Tranposes the matrix `m`
sourceraw docstring

(print-array state round-type round-num)

Print debug info for each round: hex array format

Print debug info for each round: hex array format
sourceraw docstring

unhexifyclj

(unhexify s)

Convert hex string to byte sequence.

Convert hex string to byte sequence.
sourceraw docstring

unhexify-strclj

(unhexify-str s)

Concatenate the unhexified characters.

Concatenate the unhexified characters.
sourceraw docstring

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

× close