Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
EcRecommendedParameters< EC2N > Struct Template Reference
Collaboration diagram for EcRecommendedParameters< EC2N >:
[legend]

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)
 
EC2NNewEC () 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
 

Detailed Description

template<>
struct EcRecommendedParameters< EC2N >

Definition at line 86 of file eccrypto.cpp.

Constructor & Destructor Documentation

EcRecommendedParameters< EC2N >::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 
)
inline

Definition at line 88 of file eccrypto.cpp.

EcRecommendedParameters< EC2N >::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 
)
inline

Definition at line 90 of file eccrypto.cpp.

Member Function Documentation

EC2N* EcRecommendedParameters< EC2N >::NewEC ( ) const
inline

Definition at line 92 of file eccrypto.cpp.

Here is the call graph for this function:

Member Data Documentation

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.

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.


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