Faker C++
|
#include <optional>
#include <string>
#include "faker-cxx/export.h"
Go to the source code of this file.
Namespaces | |
namespace | faker |
namespace | faker::crypto |
Functions | |
FAKER_CXX_EXPORT std::string | faker::crypto::sha256 (std::optional< std::string >=std::nullopt) |
Returns a random SHA256 hash or hash of provided data. | |
FAKER_CXX_EXPORT std::string | faker::crypto::md5 (std::optional< std::string >=std::nullopt) |
Returns a random MD5 hash or hash of provided data. | |