|
Botan
2.13.0
Crypto and TLS for C++11
|
#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 |
||
| ) |
| Botan::Blinded_Point_Multiply::~Blinded_Point_Multiply | ( | ) |
Definition at line 39 of file point_mul.cpp.
| PointGFp Botan::Blinded_Point_Multiply::blinded_multiply | ( | const BigInt & | scalar, |
| RandomNumberGenerator & | rng | ||
| ) |
Definition at line 44 of file point_mul.cpp.
1.8.9.1