#include <rsakp.h>
Data Fields | |
mpbarrett | n |
The modulus. | |
mpnumber | e |
The public exponent. | |
mpnumber | d |
The private exponent. | |
mpbarrett | p |
The first prime factor of the modulus. | |
mpbarrett | q |
The second prime factor of the modulus. | |
mpnumber | d1 |
mpnumber | d2 |
mpnumber | c |
Definition at line 34 of file rsakp.h.
|
|
|
The private exponent.
|
|
|
|
|
|
The public exponent.
|
|
The modulus.
|
|
The first prime factor of the modulus.
|
|
The second prime factor of the modulus.
|