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 [email protected] crc32 computation hash.
Examples: crc32.cpp.
Examples: crc32.cpp.
Implements ost::Digest.
Implements ost::Digest.
Implements ost::Digest.
Implements ost::Digest.
Examples: crc32.cpp.
Implements ost::Digest.
Generated automatically by Doxygen for GNU CommonC++ from the source code.