csutil/csmd5.h File Reference
Independent implementation of MD5 (RFC 1321). More...
#include "csextern.h"
#include "csutil/csstring.h"
Go to the source code of this file.
Classes | |
class | csMD5 |
This is an encapsulation of a C-implementation of MD5 digest algorithm by Peter Deutsch <[email protected]>. More... | |
struct | csMD5::Digest |
An MD5 digest is 16 unsigned characters (not 0-terminated). More... | |
struct | csMD5::md5_state_t |
Detailed Description
Independent implementation of MD5 (RFC 1321).This code implements the MD5 Algorithm defined in RFC 1321. It is derived directly from the text of the RFC and not from the reference implementation.
The original and principal author of md5.h is L. Peter Deutsch <[email protected]>. Other authors are noted in the change history that follows (in reverse chronological order):
1999-11-04 lpd Edited comments slightly for automatic TOC extraction. 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5); added conditionalization for C++ compilation from Martin Purschke <[email protected]>. 1999-05-03 lpd Original version.
Definition in file csmd5.h.
Generated for Crystal Space by doxygen 1.4.7