Crypto++ 8.2
Free C&
Public Member Functions | Public Attributes | List of all members
EcRecommendedParameters< EC2N > Struct Reference

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
 
const char * a
 
const char * b
 
const char * g
 
const char * n
 
unsigned int h
 
unsigned int t0
 
unsigned int t1
 
unsigned int t2
 
unsigned int t3
 
unsigned int t4
 

Detailed Description

Definition at line 91 of file eccrypto.cpp.

Constructor & Destructor Documentation

◆ EcRecommendedParameters() [1/2]

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 93 of file eccrypto.cpp.

◆ EcRecommendedParameters() [2/2]

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 95 of file eccrypto.cpp.

Member Function Documentation

◆ NewEC()

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

Definition at line 97 of file eccrypto.cpp.

Member Data Documentation

◆ oid

Definition at line 112 of file eccrypto.cpp.

◆ a

const char* EcRecommendedParameters< EC2N >::a

Definition at line 113 of file eccrypto.cpp.

◆ b

const char * EcRecommendedParameters< EC2N >::b

Definition at line 113 of file eccrypto.cpp.

◆ g

const char * EcRecommendedParameters< EC2N >::g

Definition at line 113 of file eccrypto.cpp.

◆ n

const char * EcRecommendedParameters< EC2N >::n

Definition at line 113 of file eccrypto.cpp.

◆ h

unsigned int EcRecommendedParameters< EC2N >::h

Definition at line 114 of file eccrypto.cpp.

◆ t0

unsigned int EcRecommendedParameters< EC2N >::t0

Definition at line 114 of file eccrypto.cpp.

◆ t1

unsigned int EcRecommendedParameters< EC2N >::t1

Definition at line 114 of file eccrypto.cpp.

◆ t2

unsigned int EcRecommendedParameters< EC2N >::t2

Definition at line 114 of file eccrypto.cpp.

◆ t3

unsigned int EcRecommendedParameters< EC2N >::t3

Definition at line 114 of file eccrypto.cpp.

◆ t4

unsigned int EcRecommendedParameters< EC2N >::t4

Definition at line 114 of file eccrypto.cpp.


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