A md5 collection/computation accululator class.
#include <digest.h>
Inherits ost::Digest.
MD5Digest ()
void initDigest (void)
unsigned getSize (void)
unsigned getDigest (unsigned char *buffer)
void putDigest (const unsigned char *buffer, unsigned len)
int overflow (int c)
void update (void)
void commit (void)
std::ostream & strDigest (std::ostream &os)
A md5 collection/computation accululator class.
Author:
David Sugar [email protected] md5 hash accumulation.
Examples: digest.cpp.
Implements ost::Digest.
Implements ost::Digest.
Implements ost::Digest.
Implements ost::Digest.
Implements ost::Digest.
Generated automatically by Doxygen for GNU CommonC++ from the source code.