File containing Md5 class for computing md5 checksums. More...
#include "cgatools/core.hpp"#include <string>#include <boost/array.hpp>Go to the source code of this file.
Classes | |
| class | cgatools::util::Md5Digest |
| The MD5 result type. More... | |
| class | cgatools::util::Md5Context |
| A class to compute the MD5 hash of a sequence of bytes. More... | |
Namespaces | |
| namespace | cgatools |
Namespace containing the libcgatools API. | |
| namespace | cgatools::util |
Namespace for general-purpose utilities. | |
Defines | |
| #define | CGATOOLS_UTIL_MD5_HPP_ 1 |
Functions | |
| bool | cgatools::util::operator== (const Md5Digest &lhs, const Md5Digest &rhs) |
| bool | cgatools::util::operator!= (const Md5Digest &lhs, const Md5Digest &rhs) |
File containing Md5 class for computing md5 checksums.
1.6.2