31 #ifndef LEDGER_CORE_HMACSHA256_HPP 32 #define LEDGER_CORE_HMACSHA256_HPP 43 static std::vector<uint8_t> sha256(
const std::vector<uint8_t>& key,
44 const std::vector<uint8_t>& data);
45 static std::vector<uint8_t> sha512(
const std::vector<uint8_t>& key,
46 const std::vector<uint8_t>& data);
51 #endif //LEDGER_CORE_HMACSHA256_HPP Definition: Account.cpp:8