Botan 3.7.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/bigint.h>
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
BigInt | Botan::compute_rsa_secret_exponent (const BigInt &e, const BigInt &phi_n, const BigInt &p, const BigInt &q) |
std::optional< BigInt > | Botan::inverse_mod_general (const BigInt &x, const BigInt &mod) |
BigInt | Botan::inverse_mod_public_prime (const BigInt &x, const BigInt &p) |
BigInt | Botan::inverse_mod_rsa_public_modulus (const BigInt &x, const BigInt &n) |
BigInt | Botan::inverse_mod_secret_prime (const BigInt &x, const BigInt &p) |
Internal Header.
Definition in file mod_inv.h.