Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
EcRecommendedParameters (const OID &oid, unsigned int t2, unsigned int t3, unsigned int t4, const char *a, const char *b, const char *g, const char *n, unsigned int h) | |
EcRecommendedParameters (const OID &oid, unsigned int t0, unsigned int t1, unsigned int t2, unsigned int t3, unsigned int t4, const char *a, const char *b, const char *g, const char *n, unsigned int h) | |
EC2N * | NewEC () const |
Public Attributes | |
OID | oid |
unsigned int | t0 |
unsigned int | t1 |
unsigned int | t2 |
unsigned int | t3 |
unsigned int | t4 |
const char * | a |
const char * | b |
const char * | g |
const char * | n |
unsigned int | h |
Definition at line 86 of file eccrypto.cpp.
|
inline |
Definition at line 88 of file eccrypto.cpp.
|
inline |
Definition at line 90 of file eccrypto.cpp.
|
inline |
const char* EcRecommendedParameters< EC2N >::a |
Definition at line 104 of file eccrypto.cpp.
const char * EcRecommendedParameters< EC2N >::b |
Definition at line 104 of file eccrypto.cpp.
const char * EcRecommendedParameters< EC2N >::g |
Definition at line 104 of file eccrypto.cpp.
unsigned int EcRecommendedParameters< EC2N >::h |
Definition at line 105 of file eccrypto.cpp.
const char * EcRecommendedParameters< EC2N >::n |
Definition at line 104 of file eccrypto.cpp.
OID EcRecommendedParameters< EC2N >::oid |
Definition at line 100 of file eccrypto.cpp.
unsigned int EcRecommendedParameters< EC2N >::t0 |
Definition at line 103 of file eccrypto.cpp.
unsigned int EcRecommendedParameters< EC2N >::t1 |
Definition at line 103 of file eccrypto.cpp.
unsigned int EcRecommendedParameters< EC2N >::t2 |
Definition at line 103 of file eccrypto.cpp.
unsigned int EcRecommendedParameters< EC2N >::t3 |
Definition at line 103 of file eccrypto.cpp.
unsigned int EcRecommendedParameters< EC2N >::t4 |
Definition at line 103 of file eccrypto.cpp.