31 #ifndef LEDGER_CORE_SHA256_HPP 32 #define LEDGER_CORE_SHA256_HPP 41 static std::string stringToHexHash(
const std::string& input);
42 static std::string bytesToHexHash(
const std::vector<uint8_t>& bytes);
43 static std::vector<uint8_t> stringToBytesHash(
const std::string& input);
44 static std::vector<uint8_t> bytesToBytesHash(
const std::vector<uint8_t>& bytes);
47 static std::vector<uint8_t> dataToBytesHash(
const void *data,
size_t size);
53 #endif //LEDGER_CORE_SHA256_HPP Definition: Account.cpp:8
Definition: SHA256.hpp:39