Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/numthry.h>
#include <botan/internal/mp_core.h>
#include <botan/internal/rounding.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
BigInt | Botan::mul_add (const BigInt &a, const BigInt &b, const BigInt &c) |
BigInt | Botan::mul_sub (const BigInt &a, const BigInt &b, const BigInt &c) |
BigInt | Botan::square (const BigInt &x) |
BigInt | Botan::sub_mul (const BigInt &a, const BigInt &b, const BigInt &c) |