summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_hash_deinit
blob: d47b94386ac1f64e23a0384726862ceac5a71459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@deftypefun {void} {gnutls_hash_deinit} (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 deinitialize all resources occupied by
the given hash context.

@strong{Since:} 2.10.0
@end deftypefun