Liking cljdoc? Tell your friends :D
Clojure only.

clojure-aes.encrypt.cipher-core


cipherclj

(cipher plain-text expanded-key num-bits secret-key)

Encrypts the passed-in plain-text, a 4x4 byte array, using the designated secret-key (a byte arrray), the expanded-key (another byte array) and the number of bits in the secret-key.

Encrypts the passed-in `plain-text`, a 4x4 byte array, using the designated `secret-key` (a byte arrray), the `expanded-key` (another byte array) and the number of bits in the secret-key.
sourceraw docstring

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

× close