GcryptWithIV.decrypt

Decrypt the content of buffer in place.

class GcryptWithIV(Algorithm algorithm, Mode mode)
void
decrypt
(
mstring buffer
,
in void[] iv
)

Parameters

buffer mstring

the content to be decrypted in place

iv void[]

the initialisation vector to use

Throws

if setting the init vector or the decryption fails

Meta