A md5 collection/computation accululator class.
More...
#include <digest.h>
List of all members.
Detailed Description
A md5 collection/computation accululator class.
- Author:
- David Sugar <dyfet@ostel.com> md5 hash accumulation.
- Examples:
-
digest.cpp.
Constructor & Destructor Documentation
ost::MD5Digest::MD5Digest |
( |
| ) |
|
Member Function Documentation
void ost::MD5Digest::commit |
( |
void |
| ) |
[protected] |
unsigned ost::MD5Digest::getDigest |
( |
unsigned char * |
buffer | ) |
[virtual] |
unsigned ost::MD5Digest::getSize |
( |
void |
| ) |
[inline, virtual] |
void ost::MD5Digest::initDigest |
( |
void |
| ) |
[virtual] |
int ost::MD5Digest::overflow |
( |
int |
c | ) |
[protected] |
void ost::MD5Digest::putDigest |
( |
const unsigned char * |
buffer, |
|
|
unsigned |
len |
|
) |
| [virtual] |
std::ostream& ost::MD5Digest::strDigest |
( |
std::ostream & |
os | ) |
[protected, virtual] |
void ost::MD5Digest::update |
( |
void |
| ) |
[protected] |
The documentation for this class was generated from the following file: