Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::Blinder, including all inherited members.
blind(const BigInt &x) const | Botan::Blinder | |
Blinder(const BigInt &modulus, RandomNumberGenerator &rng, std::function< BigInt(const BigInt &)> fwd_func, std::function< BigInt(const BigInt &)> inv_func) | Botan::Blinder | |
Blinder(const Blinder &)=delete | Botan::Blinder | |
operator=(const Blinder &)=delete | Botan::Blinder | |
rng() const | Botan::Blinder | inline |
unblind(const BigInt &x) const | Botan::Blinder |