Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
ec_point.cpp File Reference
#include <botan/ec_point.h>
#include <botan/numthry.h>
#include <botan/rng.h>
#include <botan/internal/ct_utils.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

EC_Point Botan::operator* (const BigInt &scalar, const EC_Point &point)
 
std::pair< BigInt, BigIntBotan::OS2ECP (const uint8_t data[], size_t data_len, const BigInt &curve_p, const BigInt &curve_a, const BigInt &curve_b)
 
EC_Point Botan::OS2ECP (const uint8_t data[], size_t data_len, const CurveGFp &curve)