digest.h(3)

NAME

digest.h - Digest algorithms: checksum, CRC and MD5.

SYNOPSIS

#include <cc++/missing.h>
#include <cc++/thread.h>
#include <cc++/exception.h>
Namespaces
namespace ost
Classes
class ost::Digest
    The digest base class is used for implementing and deriving one way
    hashing functions.
class ost::ChecksumDigest
    A simple checksum digest function.
class ost::CRC16Digest
    A crc16 collection/compution hash accumulator class.
class ost::CRC32Digest
    A crc32 collection/computation hash accumulator class.
class ost::MD5Digest
    A md5 collection/computation accululator class.

Detailed Description

Digest algorithms: checksum, CRC and MD5.

Author

Generated automatically by Doxygen for GNU CommonC++ from the source
code.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout