![]() |
![]()
| ![]() |
![]()
NAMEgnutls_random_art - API function SYNOPSIS#include <gnutls/gnutls.h> int gnutls_random_art(gnutls_random_art_t type, const char * key_type, unsigned int key_size, void * fpr, size_t fpr_size, gnutls_datum_t * art); ARGUMENTS
DESCRIPTIONThis function will convert a given fingerprint to an "artistic" image. The returned image is allocated using gnutls_malloc(), is null-terminated but art->size will not account the terminating null. RETURNSOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise an error code is returned. REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|