BlockCipher.decryptN

Decrypt one or more blocks

interface BlockCipher
abstract
void
decryptN
(
const(ubyte)* input
,
ubyte* output
,
size_t blocks
)

Parameters

input const(ubyte)*

the input buffer (multiple of blockSize())

output ubyte*

the output buffer (same size as input)

blocks size_t

the number of blocks to process

Meta