(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`.
(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`.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close