botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
StreamCipher.cipher1
botan
stream
stream_cipher
StreamCipher
Encrypt or decrypt a message
void
cipher1
(const(ubyte)* buf, size_t len)
void
cipher1
(ubyte[] buf)
interface
StreamCipher
final
void
cipher1
(
ref
ubyte
[]
buf
)
Parameters
buf
ubyte
[]
the plaintext / ciphertext
Meta
Source
See Implementation
botan
stream
stream_cipher
StreamCipher
functions
cipher
cipher1
clone
decrypt
encipher
encrypt
setIv
validIvLength
Encrypt or decrypt a message