Back
process-bytes! (clj)
(source)function
(process-bytes! engine in)
(process-bytes! engine in inoff out outoff)
(process-bytes! engine in inoff inlen out outoff)
Encrypt or decrypt a bytes using the specified engine.
Is a specialized version of `process-block!` for stream ciphers
and aead ciphers.