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

ost::CRC32Digest - A crc32 collection/computation hash accumulator class.

#include <digest.h>

Inherits ost::Digest.


CRC32Digest ()
CRC32Digest (const CRC32Digest &crc)
void initDigest (void)
unsigned getSize (void)
operator const uint32 () const
uint32 getDigest (void)
unsigned getDigest (unsigned char *buffer)
void putDigest (const unsigned char *buffer, unsigned length)
CRC32Digest & operator= (const CRC32Digest &right)


unsigned char overflow (unsigned char octet)
std::ostream & strDigest (std::ostream &os)

A crc32 collection/computation hash accumulator class.

Author:

Kevin Kraatz kraatz@arlut.utexas.edu crc32 computation hash.

Examples:
crc32.cpp.

uint32 ost::CRC32Digest::getDigest (void) [inline]

Examples:
crc32.cpp.

Implements ost::Digest.

Implements ost::Digest.

Implements ost::Digest.

CRC32Digest& ost::CRC32Digest::operator= (const CRC32Digest & right)

Implements ost::Digest.

Examples:
crc32.cpp.

Implements ost::Digest.

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

Wed Oct 31 2018 GNU CommonC++