#include <rsa.h>
Public Member Functions | |
mpz () | |
~mpz () | |
mpz (const mpz &o) | |
mpz & | operator= (const mpz &o) |
Public Attributes | |
mpz_t | t |
int | dummy |
This can also be done by the c++-bindings of GMP, but they are not yet finished and not avail. everywhere
mpz::mpz | ( | ) | [inline] |
References t.
mpz::~mpz | ( | ) | [inline] |
References t.
int mpz::dummy |
mpz_t mpz::t |
Referenced by mpz(), operator=(), rsa::perform(), rsa::rsa(), and ~mpz().