StreamCipherWrapper.processBytes

process a block of bytes from in putting the result into out.

class StreamCipherWrapper(T)
@safe
void
processBytes
(
in ubyte[] input
,
ubyte[] output
)

Parameters

output ubyte[]

the output buffer the processed bytes go into.

Throws

BufferLengthException if the output buffer is too small.

Meta