Xiqual 0.7.2
In file xitools/md5sum.c:(unsigned char* key, unsigned char* ascii)
Make a printable version of the MD5 sum.
Documentation
Make a printable version of the MD5 sum.
This converts a non-printable 16-byte (128-bit) key to ASCII.
- Parameters:
- key - 16-byte buffer with the key after MD5Init(), MD5Update() and MD5Final() are done.
ascii - A buffer of 32 bytes and a NULL terminator, preferably, to hold the printable key.
- Author:
- Ronny Bangsund
- See Also:
- MD5Sum(), MD5Init(), MD5Update(), MD5Final()
Alphabetic index
This page was generated with the help of DOC++.