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