gnutls_hash_output (3) Linux Manual Page
gnutls_hash_output – API function
Synopsis
#include <gnutls/crypto.h> void gnutls_hash_output(gnutls_hash_hd_t handle, void * digest);
Arguments
- gnutls_hash_hd_t handle
- is a gnutls_hash_hd_t structure.
- void * digest
- is the output value of the hash
Description
This function will output the current hash value and reset the state of the hash.Since
2.10.0Reporting Bugs
Report bugs to <bugs [at] gnutls.org>.Home page: http://www.gnutls.org
Copyright
Copyright © 2001-2014 Free Software Foundation, Inc..Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
