NAME
A class of omni::crypto
MEMBERS
omni::crypto::md5
A class of omni::crypto
#include <omni/crypto/md5.hpp>class omni::crypto::md5MEMBERS
omni::crypto::md5::md5()
omni::crypto::md5::~md5()
static std::string omni::crypto::md5::compute_binary_file_hash(const std::string& file)
static std::string omni::crypto::md5::compute_file_hash(const std::string& file)
static std::string omni::crypto::md5::compute_hash(const std::string& text)
uint64_t omni::crypto::md5::hash()
std::string omni::crypto::md5::hash_code()
void omni::crypto::md5::swap(omni::crypto::md5& o)
std::string omni::crypto::md5::to_string()
omni::string_t omni::crypto::md5::to_string_t()
std::wstring omni::crypto::md5::to_wstring()
uint64_t omni::crypto::md5::type()
omni::crypto::md5::operator std::string()
omni::crypto::md5::operator std::wstring()
bool omni::crypto::md5::operator!=(const omni::crypto::md5& o)
friend std::ostream& omni::crypto::md5::operator<<(std::ostream& s, const omni::crypto::md5& c)
omni::crypto::md5& omni::crypto::md5::operator=(const omni::crypto::md5& other)
bool omni::crypto::md5::operator==(const omni::crypto::md5& o)
omni::crypto::md5::disposing
omni::crypto::md5::name