.TH "libwget-md5" 3 "Mon Aug 7 2017" "Version 1.0.0" "wget2" \" -*- nroff -*- .ad l .nh .SH NAME libwget-md5 .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "void \fBwget_md5_printf_hex\fP (char *digest_hex, const char *fmt,\&.\&.\&.)" .br .in -1c .SH "Detailed Description" .PP Provides MD5 helper functions .SH "Function Documentation" .PP .SS "void wget_md5_printf_hex (char * digest_hex, const char * fmt, \&.\&.\&.)" .PP \fBParameters:\fP .RS 4 \fIdigest_hex\fP Output string buffer .br \fIfmt\fP Printf-like format specifier .br \fI\&.\&.\&.\fP List of arguments .RE .PP Calculate the hexadecimal MD5 digest from the string generated via the printf-style \fCfmt\fP and the following arguments\&. .PP \fCdigest_hex\fP must at least have a size of 33 bytes and will be zero terminated\&. 33 calculates from wget_hash_get_len(WGET_DIGTYPE_MD5) * 2 + 1\&. .SH "Author" .PP Generated automatically by Doxygen for wget2 from the source code\&.