BlockCipher.encrypt

Encrypt a block.

Parameters

block ubyte[]

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

Meta