AEADCipher.processBytes

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

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

Return Value

Type: size_t

the number of bytes written to out.

Throws

Error if the output buffer is too small.

Meta