BlockCipher.encryptN

Encrypt one or more blocks

interface BlockCipher
public abstract
void
encryptN
(
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