



@deftypefun {void} {gnutls_hash_output} (gnutls_hash_hd_t @var{handle}, void * @var{digest})
@var{handle}: is a @code{gnutls_hash_hd_t}  type

@var{digest}: is the output value of the hash

This function will output the current hash value and reset the
state of the hash. If  @code{digest} is @code{NULL} , it only resets the state of
the hash.

@strong{Since:} 2.10.0
@end deftypefun
