summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_hash_output
blob: c3a45574597b81a9795ac6447c2a2f2fdee57279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@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.

@strong{Since:} 2.10.0
@end deftypefun