MessageDigest.this

Constructor.

class MessageDigest
this
(,,
string file = __FILE__
,
int line = __LINE__
)

Parameters

algorithm gcry_md_algos

the hash algorithm to use

flags gcry_md_flags

flags to gcry_md_open()

Throws

GcryptException on error. There are two possible error causes: - The parameters are invalid or not supported by the libcrypt of the run-time enviromnent. - libgcrypt failed allocating memory.

Meta