Botan 3.6.1
Crypto and TLS for C&
|
Public Header. More...
#include <botan/asn1_obj.h>
#include <botan/ec_apoint.h>
#include <botan/ec_point.h>
#include <botan/ec_scalar.h>
#include <memory>
#include <set>
#include <span>
Go to the source code of this file.
Classes | |
class | Botan::EC_Group |
class | Botan::EC_Group::Mul2Table |
Table for computing g*x + h*y. More... | |
Namespaces | |
namespace | Botan |
Enumerations | |
enum class | Botan::EC_Group_Encoding { Botan::Explicit , Botan::ImplicitCA , Botan::NamedCurve , Botan::EC_DOMPAR_ENC_EXPLICIT = Explicit , Botan::EC_DOMPAR_ENC_IMPLICITCA = ImplicitCA , Botan::EC_DOMPAR_ENC_OID = NamedCurve } |
enum class | Botan::EC_Group_Source { Botan::Builtin , Botan::ExternalSource } |
Functions | |
bool | Botan::operator!= (const EC_Group &lhs, const EC_Group &rhs) |
Public Header.
Definition in file ec_group.h.