debian man page for ost_md5digest

Query: ost_md5digest

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ost::MD5Digest(3)					     Library Functions Manual						 ost::MD5Digest(3)

NAME
ost::MD5Digest - A md5 collection/computation accululator class.
SYNOPSIS
#include <digest.h> Inherits ost::Digest. Public Member Functions MD5Digest () void initDigest (void) unsigned getSize (void) unsigned getDigest (unsigned char *buffer) void putDigest (const unsigned char *buffer, unsigned len) Protected Member Functions int overflow (int c) void update (void) void commit (void) std::ostream & strDigest (std::ostream &os) 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] Implements ost::Digest. unsigned ost::MD5Digest::getSize (void) [inline], [virtual] Implements ost::Digest. void ost::MD5Digest::initDigest (void) [virtual] Implements ost::Digest. int ost::MD5Digest::overflow (intc) [protected] void ost::MD5Digest::putDigest (const unsigned char *buffer, unsignedlen) [virtual] Implements ost::Digest. std::ostream& ost::MD5Digest::strDigest (std::ostream &os) [protected], [virtual] Implements ost::Digest. void ost::MD5Digest::update (void) [protected] Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::MD5Digest(3)
Related Man Pages
ost_crc16digest(3) - debian
ost_checksumdigest(3) - debian
ost_md5digest(3) - debian
ost_number(3) - debian
ost_pointer(3) - debian
Similar Topics in the Unix Linux Community
ost 1.2 (Default branch)
ost 1.3 (Default branch)
About uncopyable class (on book:Effective C++)
Digest::md5 needed for RHEL 6.4
How to pass variable to a query?