Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/ec_point.h>
#include <botan/numthry.h>
#include <botan/rng.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/stl_util.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
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) |
EC_Point | Botan::OS2ECP (const uint8_t data[], size_t data_len, const CurveGFp &curve) |
EC_Point | Botan::OS2ECP (std::span< const uint8_t > data, const CurveGFp &curve) |