#include "genesis/utils/tools/hash/functions.hpp"#include "genesis/utils/tools/hash/md5.hpp"#include "genesis/utils/tools/hash/sha1.hpp"#include "genesis/utils/tools/hash/sha256.hpp"#include <iostream>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::utils | |
Functions | |
| std::string | hash_hex (std::shared_ptr< BaseInputSource > source, HashingFunctions hash_fct) |
| Calculate the hash of an input source, using a given hashing function, and return its hex representation as a string. More... | |