|
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 LIBCORE_EXPORT const uint32_t | BLOCK_SIZE = AES_BLOCK_SIZE |
|
The documentation for this class was generated from the following files: