DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_MD5Digest.3.en
ost::MD5Digest(3) Library Functions Manual ost::MD5Digest(3)

ost::MD5Digest - 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 dyfet@ostel.com md5 hash accumulation.

Examples:
digest.cpp.

Implements ost::Digest.

Implements ost::Digest.

References __EXPORT.

Implements ost::Digest.

Implements ost::Digest.

Implements ost::Digest.

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++