|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <point_mul.h>
Public Member Functions | |
| PointGFp | mul (const BigInt &k, RandomNumberGenerator &rng, const BigInt &group_order, std::vector< BigInt > &ws) const |
| PointGFp_Var_Point_Precompute (const PointGFp &point, RandomNumberGenerator &rng, std::vector< BigInt > &ws) | |
Definition at line 42 of file point_mul.h.
| Botan::PointGFp_Var_Point_Precompute::PointGFp_Var_Point_Precompute | ( | const PointGFp & | point, |
| RandomNumberGenerator & | rng, | ||
| std::vector< BigInt > & | ws | ||
| ) |
Definition at line 199 of file point_mul.cpp.
References Botan::BigInt::bits(), Botan::PointGFp::double_of(), Botan::CurveGFp::get_p(), Botan::BigInt::get_word_vector(), Botan::RandomNumberGenerator::is_seeded(), Botan::CurveGFp::mul(), Botan::PointGFp::plus(), Botan::BigInt::randomize(), Botan::BigInt::set_bit(), Botan::CurveGFp::sqr(), Botan::PointGFp::WORKSPACE_SIZE, and Botan::PointGFp::zero().
| PointGFp Botan::PointGFp_Var_Point_Precompute::mul | ( | const BigInt & | k, |
| RandomNumberGenerator & | rng, | ||
| const BigInt & | group_order, | ||
| std::vector< BigInt > & | ws | ||
| ) | const |
Definition at line 264 of file point_mul.cpp.
References Botan::BigInt::bits(), BOTAN_DEBUG_ASSERT, Botan::clear_mem(), Botan::BigInt::get_substring(), Botan::CT::Mask< T >::is_equal(), Botan::BigInt::is_negative(), Botan::round_up(), and Botan::PointGFp::WORKSPACE_SIZE.
Referenced by Botan::EC_Group::blinded_var_point_multiply().
1.8.9.1