|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/point_gfp.h>#include <botan/numthry.h>#include <botan/rng.h>#include <botan/internal/rounding.h>#include <botan/internal/ct_utils.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Functions | |
| PointGFp | Botan::operator* (const BigInt &scalar, const PointGFp &point) |
| PointGFp | Botan::OS2ECP (const uint8_t data[], size_t data_len, const CurveGFp &curve) |
| std::pair< BigInt, BigInt > | Botan::OS2ECP (const uint8_t data[], size_t data_len, const BigInt &curve_p, const BigInt &curve_a, const BigInt &curve_b) |
1.8.9.1