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

Public Member Functions

 EcRecommendedParameters (const OID &oid, const char *p, const char *a, const char *b, const char *g, const char *n, unsigned int h)
 
ECPNewEC () const
 

Public Attributes

OID oid
 
const char * p
 
const char * a
 
const char * b
 
const char * g
 
const char * n
 
unsigned int h
 

Detailed Description

template<>
struct EcRecommendedParameters< ECP >

Definition at line 108 of file eccrypto.cpp.

Constructor & Destructor Documentation

EcRecommendedParameters< ECP >::EcRecommendedParameters ( const OID oid,
const char *  p,
const char *  a,
const char *  b,
const char *  g,
const char *  n,
unsigned int  h 
)
inline

Definition at line 110 of file eccrypto.cpp.

Member Function Documentation

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

Definition at line 112 of file eccrypto.cpp.

Here is the call graph for this function:

Member Data Documentation

const char* EcRecommendedParameters< ECP >::a

Definition at line 122 of file eccrypto.cpp.

const char * EcRecommendedParameters< ECP >::b

Definition at line 122 of file eccrypto.cpp.

const char * EcRecommendedParameters< ECP >::g

Definition at line 122 of file eccrypto.cpp.

unsigned int EcRecommendedParameters< ECP >::h

Definition at line 123 of file eccrypto.cpp.

const char * EcRecommendedParameters< ECP >::n

Definition at line 122 of file eccrypto.cpp.

Definition at line 118 of file eccrypto.cpp.

const char* EcRecommendedParameters< ECP >::p

Definition at line 121 of file eccrypto.cpp.


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