|
Botan 3.9.0
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/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, BigInt > | Botan::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) |