_pcp_rec_t Struct Reference

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_tsecret
 the secret key of the recipient for signing More...
 
pcp_pubkey_tpub
 if verification were ok, contains the public key of the signer More...
 

Detailed Description

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.

Definition at line 145 of file structs.h.

Member Data Documentation

byte* _pcp_rec_t::cipher

contains the whole encrypted recipient list

Definition at line 147 of file structs.h.

size_t _pcp_rec_t::ciphersize

the size of the encrypted recipient list

Definition at line 146 of file structs.h.

pcp_pubkey_t* _pcp_rec_t::pub

if verification were ok, contains the public key of the signer

Definition at line 149 of file structs.h.

pcp_key_t* _pcp_rec_t::secret

the secret key of the recipient for signing

Definition at line 148 of file structs.h.


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