A crc16 collection/compution hash accumulator class.
#include <digest.h>
Inherits ost::Digest.
CRC16Digest ()
CRC16Digest (const CRC16Digest &crc)
virtual ~CRC16Digest ()
void initDigest (uint16 crc)
void initDigest (void)
unsigned getSize (void)
CRC16Digest & operator= (const CRC16Digest &right)
operator const uint16 () const
uint16 getDigest (void)
unsigned getDigest (unsigned char *buffer)
void putDigest (const unsigned char *buffer, unsigned length)
int overflow (int c)
std::ostream & strDigest (std::ostream &os)
A crc16 collection/compution hash accumulator class.
Author:
David Sugar [email protected] crc16 computation hash.
Implements ost::Digest.
Implements ost::Digest.
Implements ost::Digest.
References initDigest().
Referenced by initDigest().
Implements ost::Digest.
Implements ost::Digest.
Generated automatically by Doxygen for GNU CommonC++ from the source code.