libtc
20160415
Threshold Cryptography functions library
|
Structure that represents a signature share, to be joined generating a standard RSA signatures. More...
#include <tc_internal.h>
Public Attributes | |
bytes_t * | x_i |
bytes_t * | c |
bytes_t * | z |
uint16_t | id |
Structure that represents a signature share, to be joined generating a standard RSA signatures.
Definition at line 28 of file tc_internal.h.
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.