|
sprint 1-alpha
|
#include <md5.h>
Public Member Functions | |
| void | Update (const unsigned char *inBuf, unsigned int inLen) |
| Digest inLen bytes from inBuf. | |
| void | Final () |
| Compute the final digest. | |
| const unsigned char * | Digest () const |
| return the Digest (the buffer is DigestSize bytes long) | |
Static Public Attributes | |
| static const int | DigestSize = 16 |
Data structure for MD5 (Message Digest) computation
const int MD5::DigestSize = 16 [static] |
Size of Digest Buffer
1.7.4