Botan 3.6.1
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 |
add(const Montgomery_Int &other, secure_vector< word > &ws) | Botan::Montgomery_Int | |
additive_inverse() const | Botan::Montgomery_Int | |
cube(secure_vector< word > &ws) const | Botan::Montgomery_Int | |
fix_size() | Botan::Montgomery_Int | |
is_one() const | Botan::Montgomery_Int | |
is_zero() const | Botan::Montgomery_Int | |
Montgomery_Int(std::shared_ptr< const Montgomery_Params > params) | Botan::Montgomery_Int | inline |
Montgomery_Int(const std::shared_ptr< const Montgomery_Params > ¶ms, const BigInt &v, bool redc_needed=true) | Botan::Montgomery_Int | |
Montgomery_Int(const std::shared_ptr< const Montgomery_Params > ¶ms, const uint8_t bits[], size_t len, bool redc_needed=true) | Botan::Montgomery_Int | |
Montgomery_Int(std::shared_ptr< const Montgomery_Params > params, const word words[], size_t len, bool redc_needed=true) | 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(const secure_vector< word > &other, secure_vector< word > &ws) | Botan::Montgomery_Int | |
mul_by_2(secure_vector< word > &ws) | Botan::Montgomery_Int | |
mul_by_3(secure_vector< word > &ws) | Botan::Montgomery_Int | |
mul_by_4(secure_vector< word > &ws) | Botan::Montgomery_Int | |
mul_by_8(secure_vector< word > &ws) | Botan::Montgomery_Int | |
multiplicative_inverse() const | Botan::Montgomery_Int | |
operator!=(const Montgomery_Int &other) const | Botan::Montgomery_Int | inline |
operator*(const Montgomery_Int &other) const | Botan::Montgomery_Int | |
operator*=(const Montgomery_Int &other) | Botan::Montgomery_Int | |
operator*=(const secure_vector< word > &other) | Botan::Montgomery_Int | |
operator+(const Montgomery_Int &other) const | Botan::Montgomery_Int | |
operator+=(const Montgomery_Int &other) | Botan::Montgomery_Int | |
operator-(const Montgomery_Int &other) const | Botan::Montgomery_Int | |
operator-=(const Montgomery_Int &other) | Botan::Montgomery_Int | |
operator==(const Montgomery_Int &other) const | Botan::Montgomery_Int | |
repr() const | Botan::Montgomery_Int | inline |
serialize() const | Botan::Montgomery_Int | |
size() const | Botan::Montgomery_Int | |
square(secure_vector< word > &ws) const | Botan::Montgomery_Int | |
square_this(secure_vector< word > &ws) | Botan::Montgomery_Int | |
square_this_n_times(secure_vector< word > &ws, size_t n) | Botan::Montgomery_Int | |
sub(const Montgomery_Int &other, secure_vector< word > &ws) | Botan::Montgomery_Int | |
value() const | Botan::Montgomery_Int |