cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Functions
kg_rsa.c File Reference
#include "crypt.h"
#include "context/context.h"
#include "context/keygen.h"

Go to the source code of this file.

Macros

#define PKC_CONTEXT   /* Indicate that we're working with PKC contexts */
 
#define RSA_PUBLIC_EXPONENT   65537L
 
#define MIN_PUBLIC_EXPONENT   257
 

Functions

CHECK_RETVAL STDC_NONNULL_ARG ((1))
 

Macro Definition Documentation

#define MIN_PUBLIC_EXPONENT   257

Definition at line 61 of file kg_rsa.c.

#define PKC_CONTEXT   /* Indicate that we're working with PKC contexts */

Definition at line 8 of file kg_rsa.c.

#define RSA_PUBLIC_EXPONENT   65537L

Definition at line 42 of file kg_rsa.c.

Function Documentation

CHECK_RETVAL STDC_NONNULL_ARG ( (1)  )

Definition at line 80 of file kg_rsa.c.