wickr-crypto-c
Data Fields
wickr_key_exchange_set Struct Reference

A collection of key exchanges for a set of recipients. The data protected inside 'exchange_ciphertext' for each recipient is derived by each recipient node using their individualized key exchange. See Wickr white paper 'Prepare Packet Header' section for more information. More...

#include <key_exchange.h>

Data Fields

wickr_ec_key_tsender_pub
 
wickr_exchange_array_t * exchanges
 

Detailed Description

A collection of key exchanges for a set of recipients. The data protected inside 'exchange_ciphertext' for each recipient is derived by each recipient node using their individualized key exchange. See Wickr white paper 'Prepare Packet Header' section for more information.

Field Documentation

◆ exchanges

wickr_key_exchange_set::exchanges

an array of key exchanges, one for each recipient that will be receiving this message

◆ sender_pub

wickr_key_exchange_set::sender_pub

the public EC key that the sender used to derive the key exchanges contained within 'exchanges'


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