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