TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tomcrypt_math.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ltc_math_descriptor
 

Macros

#define LTC_MP_LT   -1
 
#define LTC_MP_EQ   0
 
#define LTC_MP_GT   1
 
#define LTC_MP_NO   0
 
#define LTC_MP_YES   1
 

Typedefs

typedef void ecc_point
 
typedef void rsa_key
 

Functions

int ltc_init_multi (void **a,...)
 
void ltc_deinit_multi (void *a,...)
 

Variables

ltc_math_descriptor ltc_mp
 

Macro Definition Documentation

#define LTC_MP_EQ   0
#define LTC_MP_GT   1
#define LTC_MP_LT   -1

math functions

#define LTC_MP_NO   0
#define LTC_MP_YES   1

Typedef Documentation

typedef void ecc_point
typedef void rsa_key

Function Documentation

void ltc_deinit_multi ( void *  a,
  ... 
)
int ltc_init_multi ( void **  a,
  ... 
)

Variable Documentation