10#ifndef BOTAN_GFP_CURVE_H_
11#define BOTAN_GFP_CURVE_H_
15#include <botan/bigint.h>
65 void swap(
CurveGFp& other) { std::swap(m_group, other.m_group); }
70 const EC_Group_Data& group()
const;
79 const EC_Group_Data* m_group =
nullptr;
#define BOTAN_UNSTABLE_API
CurveGFp(const CurveGFp &)=default
friend class EC_Group_Data
const BigInt & get_a() const
size_t get_p_words() const
const BigInt & get_p() const
const BigInt & get_b() const
bool operator==(const AlgorithmIdentifier &a1, const AlgorithmIdentifier &a2)