omni::crypto::sha256
NAME

omni::crypto::sha256

A class of omni::crypto

#include <omni/crypto/sha256.hpp>
class omni::crypto::sha256

MEMBERS

omni::crypto::sha256::sha256()
omni::crypto::sha256::~sha256()
static std::string omni::crypto::sha256::compute_binary_file_hash(const std::string& file)
static std::string omni::crypto::sha256::compute_file_hash(const std::string& file)
static std::string omni::crypto::sha256::compute_hash(const std::string& text)
uint64_t omni::crypto::sha256::hash()
std::string omni::crypto::sha256::hash_code()
void omni::crypto::sha256::swap(omni::crypto::sha256& o)
std::string omni::crypto::sha256::to_string()
omni::string_t omni::crypto::sha256::to_string_t()
std::wstring omni::crypto::sha256::to_wstring()
uint64_t omni::crypto::sha256::type()
omni::crypto::sha256::operator std::string()
omni::crypto::sha256::operator std::wstring()
bool omni::crypto::sha256::operator!=(const omni::crypto::sha256& o)
friend std::ostream& omni::crypto::sha256::operator<<(std::ostream& s, const omni::crypto::sha256& c)
omni::crypto::sha256& omni::crypto::sha256::operator=(const omni::crypto::sha256& other)
bool omni::crypto::sha256::operator==(const omni::crypto::sha256& o)
omni::crypto::sha256::disposing
omni::crypto::sha256::name

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top