roar
|
#include <roar/utility/sha.hpp>
#include <openssl/evp.h>
#include <sstream>
#include <memory>
#include <functional>
#include <iomanip>
Namespaces | |
namespace | Roar |
Functions | |
std::optional< std::string > | Roar::sha256 (std::string_view data) |
std::optional< std::string > | Roar::sha512 (std::string_view data) |