My Project
+ 80db3
|
Utility to hash data with a configurable hash function. More...
#include "crypto/adler32.hpp"
#include "crypto/checksum.hpp"
#include "crypto/crc32.hpp"
#include "crypto/md5.hpp"
#include "crypto/sha1.hpp"
#include "util/enum.hpp"
Go to the source code of this file.
Classes | |
struct | checksum_uninitialized_error |
class | crypto::hasher |
Namespaces | |
crypto | |
Utility to hash data with a configurable hash function.
Definition in file hasher.hpp.