liblinphone  3.9.1
Data Fields
limeKey_struct Struct Reference

Structure holding all needed material to encrypt/decrypt Messages. More...

#include <lime.h>

Data Fields

uint8_t key [32]
 
uint8_t sessionId [32]
 
uint32_t sessionIndex
 
uint8_t peerZID [12]
 

Detailed Description

Structure holding all needed material to encrypt/decrypt Messages.

Field Documentation

◆ key

uint8_t limeKey_struct::key[32]

a 256 bit key used to encrypt/decrypt message

◆ sessionId

uint8_t limeKey_struct::sessionId[32]

a session id used to derive key

◆ sessionIndex

uint32_t limeKey_struct::sessionIndex

an index to count number of derivation

◆ peerZID

uint8_t limeKey_struct::peerZID[12]

the ZID associated to this key


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