Security Scol plugin
Classes | Variables
ecpoint.h File Reference

Classes for Elliptic Curve points. More...

#include "cryptlib.h"
#include "integer.h"
#include "algebra.h"
#include "gf2n.h"

Go to the source code of this file.

Classes

struct  ECPPoint
 Elliptical Curve Point over GF(p), where p is prime. More...
 
struct  EC2NPoint
 Elliptical Curve Point over GF(2^n) More...
 
class  EncodedPoint< Point >
 Abstract class for encoding and decoding ellicptic curve points. More...
 

Variables

CRYPTOPP_DLL_TEMPLATE_CLASS AbstractGroup< ECPPoint >
 
CRYPTOPP_DLL_TEMPLATE_CLASS AbstractGroup< EC2NPoint >
 

Detailed Description

Classes for Elliptic Curve points.

Since
Crypto++ 6.0

Definition in file ecpoint.h.

Variable Documentation

◆ AbstractGroup< EC2NPoint >

CRYPTOPP_DLL_TEMPLATE_CLASS AbstractGroup< EC2NPoint >

Definition at line 82 of file ecpoint.h.

◆ AbstractGroup< ECPPoint >

CRYPTOPP_DLL_TEMPLATE_CLASS AbstractGroup< ECPPoint >

Definition at line 49 of file ecpoint.h.