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

ECPPoint Struct Reference

Elliptical Curve Point. More...

#include <ecp.h>

List of all members.

Public Methods

 ECPPoint ()
 ECPPoint (const Integer &x,const Integer &y)
bool operator== (const ECPPoint &t)const
bool operator< (const ECPPoint &t)const

Public Attributes

bool identity
Integer x
Integer y


Detailed Description

Elliptical Curve Point.

Definition at line 11 of file ecp.h.


Constructor & Destructor Documentation

ECPPoint::ECPPoint ( ) [inline]
 

Definition at line 13 of file ecp.h.

ECPPoint::ECPPoint ( const Integer & x,
const Integer & y ) [inline]
 

Definition at line 14 of file ecp.h.


Member Function Documentation

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

Definition at line 19 of file ecp.h.

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

Definition at line 17 of file ecp.h.


Member Data Documentation

bool ECPPoint::identity
 

Definition at line 22 of file ecp.h.

Integer ECPPoint::x
 

Definition at line 23 of file ecp.h.

Integer ECPPoint::y
 

Definition at line 23 of file ecp.h.


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