Calculates the hash a.k.a. message digest from the input data.
Discards the result of a previous hash calculation, invalidating and overwriting a previously returned result.
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.
Discards the result of a previous hash calculation, invalidating and overwriting a previously returned result.
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.