StreamCipherWrapper.processBytes

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

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

Parameters

input
Type: ubyte[]

The input byte array.

output
Type: ubyte[]

The output buffer the processed bytes go into.

Return Value

Type: ubyte[]

Returns a slice pointing to the output data.

Meta