31 #ifndef LEDGER_CORE_HASHALGORITHM_H 32 #define LEDGER_CORE_HASHALGORITHM_H 42 std::string stringToHexHash(
const std::string& input);
43 std::string bytesToHexHash(
const std::vector<uint8_t>& bytes);
44 std::vector<uint8_t> stringToBytesHash(
const std::string& input)
const;
45 std::vector<uint8_t> bytesToBytesHash(
const std::vector<uint8_t>& bytes)
const;
47 std::string _identifier;
54 #endif //LEDGER_CORE_HASHALGORITHM_H Definition: Account.cpp:8
Definition: HashAlgorithm.h:39