BufferedBlockCipherWrapper.processBytes

class BufferedBlockCipherWrapper(Cipher)
@nogc
uint
processBytes
nothrow
(
in ubyte[] i
,
ubyte[] output
)
if ()

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