Declaration
typedef struct
{
u8 * Modulus,
u8 * Exponentiation,
u8 * Exponent
} XSecure_RsaKey;
Member | Description |
---|---|
Modulus |
Modulus |
Exponentiation |
Exponentitation |
Exponent |
Exponent |