| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <atypes.h>
typedef struct {
unsigned int version;
unsigned int fieldType;
ITEM fieldInfo;
ITEM coeffA;
ITEM coeffB;
#if 1
ITEM base;
#else
ITEM base_P; /* 1 Byte compression (4 == no compression), 2*((len-1)/2 Bytes) X,Y */
ITEM base_Q; /* 1 Byte compression (4 == no compression), 2*((len-1)/2 Bytes) X,Y */
#endif
ITEM order;
ITEM cofactor; /* The cofactor * order = # points on curve */
unsigned int pointRepresentation; /* Reserved for future use */
unsigned int fieldElementBits;
} A_EC_PARAMS;