Cryptographic Components for C
rsautil.c.
#include <atypes.h>
typedef struct { unsigned int modulusBits; unsigned int numberOfPrimes; ITEM publicExponent; } A_RSA_MULTI_PRIME_KEY_GEN_PARAMS;