BlockCipher.encrypt

Encrypt a block.

Parameters

input const(ubyte)*

The plaintext block to be encrypted as a ubyte array.

output ubyte*

The ubyte array designated to hold the encrypted block.

Notes: Both arguments must be of length blockSize().

Meta