IStreamCipher.processBytes

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

interface IStreamCipher
@safe
ubyte[]
processBytes
(
in ubyte[] input
,
ubyte[] output
)

Parameters

input ubyte[]

The input byte array.

output ubyte[]

The output buffer the processed bytes go into.

Return Value

Type: ubyte[]

Returns a slice pointing to the output data.

Meta