IAEADEngine.processBytes

Encrypt or decrypt a block of bytes.

interface IAEADEngine
ubyte[]
processBytes
nothrow
(
in ubyte[] input
,
ubyte[] output
)

Parameters

input
Type: ubyte[]

Input buffer.

output
Type: ubyte[]

Output buffer.

Return Value

Type: ubyte[]

A slice pointing to the output data.

Meta