.TH "digest.h" 3 "Sun Dec 27 2020" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME digest.h \- Digest algorithms: checksum, CRC and MD5\&. .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBost::Digest\fP" .br .RI "The digest base class is used for implementing and deriving one way hashing functions\&. " .ti -1c .RI "class \fBost::ChecksumDigest\fP" .br .RI "A simple checksum digest function\&. " .ti -1c .RI "class \fBost::CRC16Digest\fP" .br .RI "A crc16 collection/compution hash accumulator class\&. " .ti -1c .RI "class \fBost::CRC32Digest\fP" .br .RI "A crc32 collection/computation hash accumulator class\&. " .ti -1c .RI "class \fBost::MD5Digest\fP" .br .RI "A md5 collection/computation accululator class\&. " .in -1c .SS "Namespaces" .in +1c .ti -1c .RI " \fBost\fP" .br .in -1c .SH "Detailed Description" .PP Digest algorithms: checksum, CRC and MD5\&. .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.