31 #ifndef LEDGER_CORE_AES256_HPP 32 #define LEDGER_CORE_AES256_HPP 34 #include "../api/RandomNumberGenerator.hpp" 37 #ifndef LIBCORE_EXPORT 39 #include <libcore_export.h> 41 #define LIBCORE_EXPORT 49 static std::vector<uint8_t> encrypt(
const std::vector<uint8_t>& IV,
const std::vector<uint8_t>& key,
const std::vector<uint8_t>& data);
50 static std::vector<uint8_t> decrypt(
const std::vector<uint8_t>& IV,
const std::vector<uint8_t>& key,
const std::vector<uint8_t>& data);
51 static LIBCORE_EXPORT
const uint32_t BLOCK_SIZE;
57 #endif //LEDGER_CORE_AES256_HPP Definition: AES256.hpp:47
Definition: Account.cpp:8