(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.
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 |