Botan 3.9.0
Crypto and TLS for C&
mod_inv.h File Reference

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< BigIntBotan::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)

Detailed Description

Internal Header.

Definition in file mod_inv.h.