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

Structure that represents a standard RSA public key. Used to verify signatures. More...

#include <tc_internal.h>

Public Attributes

bytes_tn
 
bytes_te
 

Detailed Description

Structure that represents a standard RSA public key. Used to verify signatures.

Definition at line 8 of file tc_internal.h.

Member Data Documentation

bytes_t* public_key::e

Definition at line 10 of file tc_internal.h.

bytes_t* public_key::n

Definition at line 9 of file tc_internal.h.


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