IAEADEngine.processBytes

Encrypt or decrypt a block of bytes.

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

Parameters

input ubyte[]

Input buffer.

output ubyte[]

Output buffer.

Return Value

Type: ubyte[]

A slice pointing to the output data.

Meta