GcryptNoIV

Gcrypt algorithm template for algorithms without initialization vectors.

class GcryptNoIV : GcryptBase!(algorithm, mode)(
Algorithm algorithm
Mode mode
) {}

Constructors

this
this(void[] key)

Constructor

Members

Functions

decrypt
void decrypt(mstring buffer)

Decrypt the content of buffer in place.

encrypt
void encrypt(mstring buffer)

Encrypt the content of buffer in place.

Parameters

algorithm

algorithm which this class uses for en/decryption

mode

algorithm mode which this class uses for en/decryption

Meta