Calculates the hash a.k.a. message digest from the input data.
The length of the returned hash is the return value of gcry_md_get_algo_dlen(algorithm) for the algorithm passed to the constructor of this class.
data to hash; the elements will be concatenated
the resuting hash.
See Implementation
Calculates the hash a.k.a. message digest from the input data.
The length of the returned hash is the return value of gcry_md_get_algo_dlen(algorithm) for the algorithm passed to the constructor of this class.