cnet's support functions
- NAME
- MD5 cryptographic checksum functions.
- SYNOPSIS
#include <cnet.h>
#include <cnetsupport.h>
#define MD5_BYTELEN 16
#define MD5_STRLEN 32
extern void *MD5_buffer(const char *input, size_t len, void *md5_result);
extern char *MD5_format(const void *md5_result);
extern char *MD5_str(const char *str);
extern char *MD5_file(const char *filenm);
- DESCRIPTION
-
blah.
- EXAMPLE
- A typical use of these functions is:
code;
|
cnet v3.3.4, written by Chris.McDonald@uwa.edu.au
Last modified: Tue Mar 1 7:43AM 2016