StreamCipher.cipher

Encrypt or decrypt a message

interface StreamCipher
public abstract
void
cipher
(
const(ubyte)* input
,
ubyte* output
,
size_t len
)

Parameters

input const(ubyte)*

the plaintext

output ubyte*

the ubyte array to hold the output, i.e. the ciphertext

len size_t

the length of both in and out in bytes

Meta