AESOpenSSL

OpenSSL AES transcription

Members

Functions

processBlock
uint processBlock(in ubyte[] input, ubyte[] output)

Process one block of input from the array in and write it to the out array.

reset
void reset()

Reset the cipher. After resetting the cipher is in the same state as it was after the last init (if there was one).

start
void start(bool forEncryption, in ubyte[] userKey, in ubyte[] iv = null)

Meta