MessageDigestCore

Constructors

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

Constructor.

Destructor

~this
~this()

Destructor; closes the object opened by the constructor.

Members

Functions

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

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

Variables

md
gcry_md_hd_t md;

libgcrypt message digest context object.

Meta