#include <rsakp.h>
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. ![]() |
rsakp::rsakp | ( | ) |
rsakp::rsakp | ( | const rsakp & | ) |
rsakp::~rsakp | ( | ) |
The modulus.
The public exponent.
The private exponent.
The first prime factor of the modulus.
The second prime factor of the modulus.
the first prime coefficient.
the second prime coefficient.
the crt coefficient.