wickr-crypto-c
|
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_t * | sender_pub |
wickr_exchange_array_t * | exchanges |
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.
wickr_key_exchange_set::exchanges |
an array of key exchanges, one for each recipient that will be receiving this message
wickr_key_exchange_set::sender_pub |
the public EC key that the sender used to derive the key exchanges contained within 'exchanges'