Botan
1.10.9
|
#include <botan/internal/gnump_engine.h>
#include <botan/internal/gmp_wrap.h>
Go to the source code of this file.
Namespaces | |
Botan | |
GMP_MPZ base |
Definition at line 29 of file gmp_powm.cpp.
Referenced by Botan::BigInt::BigInt(), Botan::BigInt::decode(), Botan::operator<<(), Botan::Fixed_Window_Exponentiator::set_base(), and Botan::Montgomery_Exponentiator::set_base().
GMP_MPZ exp |
Definition at line 29 of file gmp_powm.cpp.
Referenced by Botan::IF_Scheme_PrivateKey::IF_Scheme_PrivateKey(), Botan::RSA_PrivateKey::RSA_PrivateKey(), and Botan::RW_PrivateKey::RW_PrivateKey().
GMP_MPZ mod |
Definition at line 29 of file gmp_powm.cpp.
Referenced by Botan::inverse_mod(), Botan::Modular_Reducer::Modular_Reducer(), Botan::Montgomery_Exponentiator::Montgomery_Exponentiator(), and Botan::operator%().