#include <rsakp.h>
Collaboration diagram for rsakp:
Public Member Functions | |
rsakp () | |
rsakp (const rsakp &) | |
~rsakp () | |
Public Attributes | |
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 | dp |
the first prime coefficient. ![]() | |
mpnumber | dq |
the second prime coefficient. ![]() | |
mpnumber | qi |
the crt coefficient. ![]() |
|
|
|
|
|
|
|
The private exponent.
|
|
the first prime coefficient.
|
|
the second prime coefficient.
|
|
The public exponent.
|
|
The modulus.
|
|
The first prime factor of the modulus.
|
|
The second prime factor of the modulus.
|
|
the crt coefficient.
|