32 #ifndef LEDGER_CORE_SHA512_H 33 #define LEDGER_CORE_SHA512_H 42 static std::string stringToHexHash(
const std::string& input);
43 static std::string bytesToHexHash(
const std::vector<uint8_t>& bytes);
44 static std::vector<uint8_t> stringToBytesHash(
const std::string& input);
45 static std::vector<uint8_t> bytesToBytesHash(
const std::vector<uint8_t>& bytes);
48 static std::vector<uint8_t> dataToBytesHash(
const void *data,
size_t size);
54 #endif //LEDGER_CORE_SHA512_H Definition: Account.cpp:8
Definition: SHA512.hpp:40