libtc
20160415
Threshold Cryptography functions library
|
Structure that represents one key share, to be used to generate a signature share. More...
#include <tc_internal.h>
Public Attributes | |
bytes_t * | s_i |
bytes_t * | n |
uint16_t | id |
Structure that represents one key share, to be used to generate a signature share.
Definition at line 22 of file tc_internal.h.
uint16_t key_share::id |
Definition at line 25 of file tc_internal.h.
bytes_t* key_share::n |
Definition at line 24 of file tc_internal.h.
bytes_t* key_share::s_i |
Definition at line 23 of file tc_internal.h.