libtc  20160415
Threshold Cryptography functions library
Public Attributes | List of all members
signature_share Struct Reference

Structure that represents a signature share, to be joined generating a standard RSA signatures. More...

#include <tc_internal.h>

Public Attributes

bytes_tx_i
 
bytes_tc
 
bytes_tz
 
uint16_t id
 

Detailed Description

Structure that represents a signature share, to be joined generating a standard RSA signatures.

Definition at line 28 of file tc_internal.h.

Member Data Documentation

bytes_t* signature_share::c

Definition at line 30 of file tc_internal.h.

uint16_t signature_share::id

Definition at line 32 of file tc_internal.h.

bytes_t* signature_share::x_i

Definition at line 29 of file tc_internal.h.

bytes_t* signature_share::z

Definition at line 31 of file tc_internal.h.


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