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

AES256GCM buffers size definition. More...

Static Public Member Functions

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

Detailed Description

AES256GCM buffers size definition.

Member Function Documentation

◆ keySize()

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

key size is 32 bytes

◆ tagSize()

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

we use authentication tag size of 16 bytes


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