csMD5::Digest Struct Reference
An MD5 digest is 16 unsigned characters (not 0-terminated). More...
#include <csutil/csmd5.h>
Public Types | |
| enum | |
Public Member Functions | |
| csString | HEXString () const |
| Returns an uppercase hex-string representing the raw digest data. | |
| csString | HexString () const |
| Returns a lowercase hex-string representing the raw digest data. | |
Public Attributes | |
| md5_byte_t | data [DigestLen] |
| The raw digest data. | |
Detailed Description
An MD5 digest is 16 unsigned characters (not 0-terminated).
Definition at line 108 of file csmd5.h.
Member Function Documentation
|
|
Returns an uppercase hex-string representing the raw digest data.
|
|
|
Returns a lowercase hex-string representing the raw digest data.
|
Member Data Documentation
|
|
The raw digest data.
|
The documentation for this struct was generated from the following file:
- csutil/csmd5.h
Generated for Crystal Space by doxygen 1.4.6
