IBufferedBlockCipher.processBytes

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

Parameters

i
Type: ubyte[]

the bytes to encrypt

output
Type: ubyte[]

the output buffer

Return Value

Type: uint

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

Meta