|
gnutls_hash_fast — API function
#include <gnutls/crypto.h>
int
gnutls_hash_fast( |
gnutls_digest_algorithm_t algorithm, |
const void * text, | |
size_t textlen, | |
void * digest) ; |
the hash algorithm to use
the data to hash
The length of data to hash
is the output value of the hash
Report bugs to <bug-gnutls@gnu.org>.
General guidelines for reporting bugs: http://www.gnu.org/gethelp/
GnuTLS home page: http://www.gnu.org/software/gnutls/