BlockCipher.decrypt

Decrypt a block.

Parameters

block ubyte*

the ciphertext block to be decrypted Notes: Must be of length blockSize(). Will hold the result when the function has finished.

Meta