MessageDigest

Message digest/hash generator.

Constructors

this
this(gcry_md_algos algorithm, gcry_md_flags flags, string file, int line)

Constructor.

Members

Functions

calculate
ubyte[] calculate(const(ubyte)[][] input_data)

Calculates the hash a.k.a. message digest from the input data.

Inherited Members

From MessageDigestCore

md
gcry_md_hd_t md;

libgcrypt message digest context object.

~this
~this()

Destructor; closes the object opened by the constructor.

calculate_
ubyte[] calculate_(const(ubyte)[][] input_data)

Calculates the hash a.k.a. message digest from the input data.

Meta