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

Structure that represents one key share, to be used to generate a signature share. More...

#include <tc_internal.h>

Public Attributes

bytes_ts_i
 
bytes_tn
 
uint16_t id
 

Detailed Description

Structure that represents one key share, to be used to generate a signature share.

Definition at line 22 of file tc_internal.h.

Member Data Documentation

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.


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