diff options
Diffstat (limited to 'doc/functions/gnutls_hash_deinit')
-rw-r--r-- | doc/functions/gnutls_hash_deinit | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_hash_deinit b/doc/functions/gnutls_hash_deinit new file mode 100644 index 0000000..d47b943 --- /dev/null +++ b/doc/functions/gnutls_hash_deinit @@ -0,0 +1,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 |