proxygen
fizz::AESGCM256 Struct Reference

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

Detailed Description

Definition at line 15 of file AESGCM256.h.

Member Data Documentation

constexpr auto fizz::AESGCM256::Cipher = EVP_aes_256_gcm
static

Definition at line 16 of file AESGCM256.h.

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

Definition at line 19 of file AESGCM256.h.

const size_t fizz::AESGCM256::kKeyLength {32}
static

Definition at line 18 of file AESGCM256.h.

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

Definition at line 21 of file AESGCM256.h.

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

Definition at line 22 of file AESGCM256.h.

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

Definition at line 20 of file AESGCM256.h.


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