Liking cljdoc? Tell your friends :D

clojure-aes.core


decryptclj

(decrypt bit-key message bits)

Separates the incoming bit-key and message into byte arrays, and decrypts the message using the bit-key.

Separates the incoming `bit-key` and `message` into byte arrays, and decrypts the `message` using the `bit-key`.
sourceraw docstring

encryptclj

(encrypt bit-key message bits)

Separates the incoming bit-key and message into byte arrays, and encrypts the message using the bit-key.

Separates the incoming `bit-key` and `message` into byte arrays, and encrypts the `message` using the `bit-key`.
sourceraw docstring

key-expansionclj

(key-expansion cipher-key num-bits)

Takes an initial 4x4 byte-array cipher-key and expands it to have 44, 52, or 60 columns, based on the num-bits passed in. Allowed values for num-bits is 128, 192, or 256.

Takes an initial 4x4 byte-array `cipher-key` and expands it to have 44, 52, or 60 columns, based on the `num-bits` passed in. Allowed values for `num-bits` is 128, 192, or 256.
sourceraw docstring

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

× close