wickr-crypto-c
Data Fields
wickr_storage_keys Struct Reference

Key's used for the client to encrypt data meant for itself, and not for other clients. More...

#include <storage.h>

Data Fields

wickr_cipher_key_tlocal
 
wickr_cipher_key_tremote
 

Detailed Description

Key's used for the client to encrypt data meant for itself, and not for other clients.

Field Documentation

◆ local

wickr_storage_keys::local

cipher key to be used for encrypting / decrypting data that does not leave the local client. Local keys are generated by merging device information with a root storage keys, and thus are specific to the local environment.

◆ remote

wickr_storage_keys::remote

cipher key to be used for encrypting / decrypting data that is to be synchronized between multiple client instances.


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