proxygen
fizz::AESGCM128 Struct Reference

#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}
 

Detailed Description

Definition at line 15 of file AESGCM128.h.

Member Data Documentation

constexpr auto fizz::AESGCM128::Cipher = EVP_aes_128_gcm
static

Definition at line 16 of file AESGCM128.h.

const size_t fizz::AESGCM128::kIVLength {12}
static

Definition at line 19 of file AESGCM128.h.

const size_t fizz::AESGCM128::kKeyLength {16}
static

Definition at line 18 of file AESGCM128.h.

const bool fizz::AESGCM128::kOperatesInBlocks {false}
static

Definition at line 21 of file AESGCM128.h.

const bool fizz::AESGCM128::kRequiresPresetTagLen {false}
static

Definition at line 22 of file AESGCM128.h.

const size_t fizz::AESGCM128::kTagLength {16}
static

Definition at line 20 of file AESGCM128.h.


The documentation for this struct was generated from the following file: