Botan 2.19.3
Crypto and TLS for C&
|
#include <point_gfp.h>
Public Member Functions | |
PointGFp | blinded_multiply (const BigInt &scalar, RandomNumberGenerator &rng) |
Blinded_Point_Multiply (const PointGFp &base, const BigInt &order, size_t h=0) | |
~Blinded_Point_Multiply () | |
Deprecated API for point multiplication Use EC_Group::blinded_base_point_multiply or EC_Group::blinded_var_point_multiply
Definition at line 423 of file point_gfp.h.
Botan::Blinded_Point_Multiply::Blinded_Point_Multiply | ( | const PointGFp & | base, |
const BigInt & | order, | ||
size_t | h = 0 |
||
) |
Definition at line 32 of file point_mul.cpp.
References BOTAN_UNUSED.
Botan::Blinded_Point_Multiply::~Blinded_Point_Multiply | ( | ) |
Definition at line 43 of file point_mul.cpp.
PointGFp Botan::Blinded_Point_Multiply::blinded_multiply | ( | const BigInt & | scalar, |
RandomNumberGenerator & | rng | ||
) |
Definition at line 48 of file point_mul.cpp.