Encrypted recipient list. More...
#include <structs.h>
Public Attributes | |
size_t | ciphersize |
the size of the encrypted recipient list More... | |
byte * | cipher |
contains the whole encrypted recipient list More... | |
pcp_key_t * | secret |
the secret key of the recipient for signing More... | |
pcp_pubkey_t * | pub |
if verification were ok, contains the public key of the signer More... | |
Encrypted recipient list.
Encrypted recipient list, required for crypt+sign contains the encrypted recipients and the secret key required for signing the message+recipients.
Used internally only.
byte* _pcp_rec_t::cipher |
size_t _pcp_rec_t::ciphersize |
pcp_pubkey_t* _pcp_rec_t::pub |
pcp_key_t* _pcp_rec_t::secret |