| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
#include <atypes.h>
typedef struct {
ITEM x; /* The private component */
A_DSA_PARAMS params; /* The parameters (p, q, g) */
} A_DSA_PRIVATE_KEY;