(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.
(byte-to-hex-string byte-array)Converts a one-dimension array into hex formatted string.
Converts a one-dimension array into hex formatted string.
(byte2-to-hex-string state)Converts a two-dimension array into hex formatted string.
Converts a two-dimension array into hex formatted string.
(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.
(hexify coll)Convert byte sequence to hex string.
Convert byte sequence to hex string.
(hexify-str s)Extracts bytes, converts to hex, and outputs a joined version.
Extracts bytes, converts to hex, and outputs a joined version.
(matrix-transposition m)Tranposes the matrix m
Tranposes the matrix `m`
(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
(unhexify s)Convert hex string to byte sequence.
Convert hex string to byte sequence.
(unhexify-str s)Concatenate the unhexified characters.
Concatenate the unhexified characters.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |