lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
lime::AES256GCM Struct Reference

AES256GCM buffers size definition. More...

#include <lime_keys.hpp>

Static Public Member Functions

static constexpr size_t keySize (void)
 key size is 32 bytes
 
static constexpr size_t tagSize (void)
 we use authentication tag size of 16 bytes
 

Detailed Description

AES256GCM buffers size definition.

Member Function Documentation

◆ keySize()

static constexpr size_t lime::AES256GCM::keySize ( void  )
inlinestaticconstexpr

key size is 32 bytes

◆ tagSize()

static constexpr size_t lime::AES256GCM::tagSize ( void  )
inlinestaticconstexpr

we use authentication tag size of 16 bytes


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