libtc
20160415
Threshold Cryptography functions library
|
Structure that represents a standard RSA public key. Used to verify signatures. More...
#include <tc_internal.h>
Public Attributes | |
bytes_t * | n |
bytes_t * | e |
Structure that represents a standard RSA public key. Used to verify signatures.
Definition at line 8 of file tc_internal.h.
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.