Provided by: libwget0_0.0.20170806-1_amd64 

NAME
libwget-md5
SYNOPSIS
Functions
void wget_md5_printf_hex (char *digest_hex, const char *fmt,...)
Detailed Description
Provides MD5 helper functions
Function Documentation
void wget_md5_printf_hex (char * digest_hex, const char * fmt, ...)
Parameters:
digest_hex Output string buffer
fmt Printf-like format specifier
... List of arguments
Calculate the hexadecimal MD5 digest from the string generated via the printf-style fmt and the following
arguments.
digest_hex 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.
Author
Generated automatically by Doxygen for wget2 from the source code.
Version 1.0.0 Mon Aug 7 2017 libwget-md5(3)