| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <atypes.h>
typedef struct {
ITEM modulus;
ITEM publicExponent;
ITEM privateExponent;
unsigned int numberOfPrimes;
ITEM *primes; /* The prime factors */
ITEM *primeExponents; /* The exponents for prime factors */
ITEM *coefficients; /* The CRT coefficient */
} A_PKCS_RSA_MULTI_PRIME_PRIVATE_KEY;