Botan 3.7.1
Crypto and TLS for C&
ec_point.cpp File Reference
#include <botan/ec_point.h>
#include <botan/numthry.h>
#include <botan/rng.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/ec_inner_data.h>
#include <botan/internal/mod_inv.h>
#include <botan/internal/monty.h>
#include <botan/internal/mp_core.h>
#include <botan/internal/stl_util.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

EC_Point Botan::OS2ECP (const uint8_t data[], size_t data_len, const CurveGFp &curve)
 
std::pair< BigInt, BigIntBotan::OS2ECP (const uint8_t pt[], size_t pt_len, const BigInt &p, const BigInt &a, const BigInt &b)
 
EC_Point Botan::OS2ECP (std::span< const uint8_t > data, const CurveGFp &curve)