proxygen
|
#include <AESGCM128.h>
Static Public Attributes | |
static constexpr auto | Cipher = EVP_aes_128_gcm |
static const size_t | kKeyLength {16} |
static const size_t | kIVLength {12} |
static const size_t | kTagLength {16} |
static const bool | kOperatesInBlocks {false} |
static const bool | kRequiresPresetTagLen {false} |
Definition at line 15 of file AESGCM128.h.
|
static |
Definition at line 16 of file AESGCM128.h.
|
static |
Definition at line 19 of file AESGCM128.h.
|
static |
Definition at line 18 of file AESGCM128.h.
|
static |
Definition at line 21 of file AESGCM128.h.
|
static |
Definition at line 22 of file AESGCM128.h.
|
static |
Definition at line 20 of file AESGCM128.h.