| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <atypes.h>
typedef struct {
ITEM modulus;
ITEM prime[2]; /* The prime factors */
ITEM primeExponent[2]; /* The exponents for prime factors */
ITEM coefficient; /* The CRT coefficient */
} A_RSA_CRT_KEY;