qca
big_ops3.cpp File Reference
#include <botan/bigint.h>#include <botan/numthry.h>#include <botan/mp_core.h>#include <botan/bit_ops.h>#include <algorithm>
Include dependency graph for big_ops3.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | QCA |
| namespace | QCA::Botan |
Functions | |
| word | QCA::Botan::operator% (const BigInt &n, word mod) |
| BigInt | QCA::Botan::operator% (const BigInt &n, const BigInt &mod) |
| BigInt | QCA::Botan::operator* (const BigInt &x, const BigInt &y) |
| BigInt | QCA::Botan::operator+ (const BigInt &x, const BigInt &y) |
| BigInt | QCA::Botan::operator- (const BigInt &x, const BigInt &y) |
| BigInt | QCA::Botan::operator/ (const BigInt &x, const BigInt &y) |
| BigInt | QCA::Botan::operator<< (const BigInt &x, u32bit shift) |
| BigInt | QCA::Botan::operator>> (const BigInt &x, u32bit shift) |
KDE 4.4 API Reference