ledger-core
Static Public Member Functions | Static Public Attributes | List of all members
ledger::core::AES256 Class Reference

Static Public Member Functions

static std::vector< uint8_t > encrypt (const std::vector< uint8_t > &IV, const std::vector< uint8_t > &key, const std::vector< uint8_t > &data)
 
static std::vector< uint8_t > decrypt (const std::vector< uint8_t > &IV, const std::vector< uint8_t > &key, const std::vector< uint8_t > &data)
 

Static Public Attributes

static LIBCORE_EXPORT const uint32_t BLOCK_SIZE = AES_BLOCK_SIZE
 

The documentation for this class was generated from the following files: