Botan 3.9.0
Crypto and TLS for C&
ec_group.h File Reference

Public Header. More...

#include <botan/asn1_obj.h>
#include <botan/bigint.h>
#include <botan/ec_apoint.h>
#include <botan/ec_point_format.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 : uint8_t {
  Botan::Explicit = 0 , Botan::ImplicitCA = 1 , Botan::NamedCurve = 2 , Botan::EC_DOMPAR_ENC_EXPLICIT = Explicit ,
  Botan::EC_DOMPAR_ENC_IMPLICITCA = ImplicitCA , Botan::EC_DOMPAR_ENC_OID = NamedCurve
}
enum class  Botan::EC_Group_Engine : uint8_t { Botan::Optimized , Botan::Generic , Botan::Legacy }
enum class  Botan::EC_Group_Source : uint8_t { Botan::Builtin , Botan::ExternalSource }

Functions

bool Botan::operator!= (const EC_Group &lhs, const EC_Group &rhs)

Detailed Description

Public Header.

Definition in file ec_group.h.