Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

EC2NPoint Struct Reference

Elliptic Curve Point. More...

#include <ec2n.h>

List of all members.

Public Methods

 EC2NPoint ()
 EC2NPoint (const PolynomialMod2 &x,const PolynomialMod2 &y)
bool operator== (const EC2NPoint &t)const
bool operator< (const EC2NPoint &t)const

Public Attributes

bool identity
PolynomialMod2 x
PolynomialMod2 y


Detailed Description

Elliptic Curve Point.

Definition at line 11 of file ec2n.h.


Constructor & Destructor Documentation

EC2NPoint::EC2NPoint ( ) [inline]
 

Definition at line 13 of file ec2n.h.

EC2NPoint::EC2NPoint ( const PolynomialMod2 & x,
const PolynomialMod2 & y ) [inline]
 

Definition at line 14 of file ec2n.h.


Member Function Documentation

bool EC2NPoint::operator< ( const EC2NPoint & t ) const [inline]
 

Definition at line 19 of file ec2n.h.

bool EC2NPoint::operator== ( const EC2NPoint & t ) const [inline]
 

Definition at line 17 of file ec2n.h.


Member Data Documentation

bool EC2NPoint::identity
 

Definition at line 22 of file ec2n.h.

PolynomialMod2 EC2NPoint::x
 

Definition at line 23 of file ec2n.h.

PolynomialMod2 EC2NPoint::y
 

Definition at line 23 of file ec2n.h.


The documentation for this struct was generated from the following file:
Generated at Mon Jan 15 01:16:46 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000