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