IBufferedBlockCipher.processBytes

interface IBufferedBlockCipher
nothrow @nogc
uint
processBytes
(
in ubyte[] i
,
ubyte[] output
)

Parameters

i ubyte[]

the bytes to encrypt

output ubyte[]

the output buffer

Return Value

Type: uint

the number of bytes written to output. Will be 0 or BLOCKSIZE of underlying cipher.

Meta