|
proxygen
|
#include <AESGCM256.h>
Static Public Attributes | |
| static constexpr auto | Cipher = EVP_aes_256_gcm |
| static const size_t | kKeyLength {32} |
| 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 AESGCM256.h.
|
static |
Definition at line 16 of file AESGCM256.h.
|
static |
Definition at line 19 of file AESGCM256.h.
|
static |
Definition at line 18 of file AESGCM256.h.
|
static |
Definition at line 21 of file AESGCM256.h.
|
static |
Definition at line 22 of file AESGCM256.h.
|
static |
Definition at line 20 of file AESGCM256.h.