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

Structure that represents the data about a key share, including its public key. More...

#include <tc_internal.h>

Public Attributes

public_key_tpublic_key
 
uint16_t k
 
uint16_t l
 
bytes_tvk_v
 
bytes_tvk_u
 
bytes_tvk_i
 

Detailed Description

Structure that represents the data about a key share, including its public key.

Definition at line 13 of file tc_internal.h.

Member Data Documentation

uint16_t key_metainfo::k

Definition at line 15 of file tc_internal.h.

uint16_t key_metainfo::l

Definition at line 16 of file tc_internal.h.

public_key_t* key_metainfo::public_key

Definition at line 14 of file tc_internal.h.

bytes_t* key_metainfo::vk_i

Definition at line 19 of file tc_internal.h.

bytes_t* key_metainfo::vk_u

Definition at line 18 of file tc_internal.h.

bytes_t* key_metainfo::vk_v

Definition at line 17 of file tc_internal.h.


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