gnutls_hex_decode (3) Linux Manual Page
NAME gnutls_hex_decode – API function SYNOPSIS #include <gnutls/gnutls.h> int gnutls_hex_decode(const gnutls_datum_t * hex_data, void * result, size_t * result_size); ARGUMENTS const gnutls_datum_t * hex_data contain the encoded data void * result the place where decoded data will be copied size_t * result_size holds the size of the result DESCRIPTION This function will decode the given…
