#include <string>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | hashing |
Functions | |
std::string | hashing::sha1 (std::string_view data) |
std::string | hashing::sha256 (std::string_view data) |
Variables | |
constexpr size_t | hashing::SHA1_DIGEST_SIZE = 20 |
constexpr size_t | hashing::SHA256_DIGEST_SIZE = 32 |