Botan 3.8.1
Crypto and TLS for C&
|
#include <ec_inner_pc.h>
Public Member Functions | |
EC_Mul2Table_Data_PC (const EC_AffinePoint_Data &q) | |
std::unique_ptr< EC_AffinePoint_Data > | mul2_vartime (const EC_Scalar_Data &x, const EC_Scalar_Data &y) const override |
bool | mul2_vartime_x_mod_order_eq (const EC_Scalar_Data &v, const EC_Scalar_Data &x, const EC_Scalar_Data &y) const override |
Definition at line 98 of file ec_inner_pc.h.
Botan::EC_Mul2Table_Data_PC::EC_Mul2Table_Data_PC | ( | const EC_AffinePoint_Data & | q | ) |
Definition at line 184 of file ec_inner_pc.cpp.
References BOTAN_ARG_CHECK, Botan::EC_AffinePoint_Data_PC::checked_ref(), and Botan::EC_AffinePoint_Data::group().
|
overridevirtual |
Implements Botan::EC_Mul2Table_Data.
Definition at line 192 of file ec_inner_pc.cpp.
References BOTAN_ARG_CHECK, Botan::EC_Scalar_Data_PC::checked_ref(), and Botan::EC_Scalar_Data::group().
|
overridevirtual |
Implements Botan::EC_Mul2Table_Data.
Definition at line 208 of file ec_inner_pc.cpp.
References BOTAN_ARG_CHECK, Botan::EC_Scalar_Data_PC::checked_ref(), and Botan::EC_Scalar_Data::group().