BlockCipher.decrypt

Decrypt a block.

Parameters

input const(ubyte)*

The ciphertext block to be decypted as a ubyte array.

output ubyte*

The ubyte array designated to hold the decrypted block. Notes: Both parameters must be of length blockSize().

Meta