#include <string>#include <string_view>
Include dependency graph for hashing.h:
This graph shows which files directly or indirectly include this file: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 |