| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <atypes.h>
typedef struct {
ITEM prime; /* The prime */
ITEM base; /* The base */
unsigned int exponentBits;
} A_DH_KEY_AGREE_PARAMS;