Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::Montgomery_Int, including all inherited members.
_const_time_poison() const | Botan::Montgomery_Int | inline |
_const_time_unpoison() const | Botan::Montgomery_Int | inline |
_params() const | Botan::Montgomery_Int | inline |
from_wide_int(const Montgomery_Params ¶ms, const BigInt &x) | Botan::Montgomery_Int | static |
Montgomery_Int(const Montgomery_Params ¶ms) | Botan::Montgomery_Int | inlineexplicit |
Montgomery_Int(const Montgomery_Params ¶ms, const BigInt &v, bool redc_needed=true) | Botan::Montgomery_Int | |
Montgomery_Int(const Montgomery_Params ¶ms, std::span< const word > words) | Botan::Montgomery_Int | |
mul(const Montgomery_Int &other, secure_vector< word > &ws) const | Botan::Montgomery_Int | |
mul_by(const Montgomery_Int &other, secure_vector< word > &ws) | Botan::Montgomery_Int | |
mul_by(std::span< const word > other, secure_vector< word > &ws) | Botan::Montgomery_Int | |
one(const Montgomery_Params ¶ms) | Botan::Montgomery_Int | static |
operator+(const Montgomery_Int &other) const | Botan::Montgomery_Int | |
operator-(const Montgomery_Int &other) const | Botan::Montgomery_Int | |
repr() const | Botan::Montgomery_Int | inline |
serialize() const | Botan::Montgomery_Int | |
square(secure_vector< word > &ws) const | Botan::Montgomery_Int | |
square_this_n_times(secure_vector< word > &ws, size_t n) | Botan::Montgomery_Int | |
value() const | Botan::Montgomery_Int |