#include <cc++/missing.h>
#include <cc++/thread.h>
#include <cc++/exception.h>
Go to the source code of this file.
Namespaces | |
| namespace | ost |
Classes | |
| class | ost::Digest |
| The digest base class is used for implementing and deriving one way hashing functions.base class for hashing services. More... | |
| class | ost::ChecksumDigest |
| A simple checksum digest function.checksum hash function. More... | |
| class | ost::CRC16Digest |
| A crc16 collection/compution hash accumulator class.crc16 computation hash. More... | |
| class | ost::CRC32Digest |
| A crc32 collection/computation hash accumulator class.crc32 computation hash. More... | |
| class | ost::MD5Digest |
| A md5 collection/computation accululator class.md5 hash accumulation. More... | |
1.4.7