Main Page   Reference Manual   Compound List   File List  

libecc/point.h File Reference

Points on an Elliptic Curve. More...

#include <gmpxx.h>
#include <libecc/polynomial.h>
#include <libecc/rds.h>
Include dependency graph for point.h:

Go to the source code of this file.

Classes

class  libecc::point< Polynomial, a, b >
 Point (x,y) on elliptic curve x3 + ax2 + b = y2 + xy. More...

Namespaces

namespace  libecc
 

Namespace for libecc.



Detailed Description

Points on an Elliptic Curve.

This header file declares template<unsigned int m, unsigned int k, polynomial<m, k> const& a, polynomial<m, k> const& b> class libecc::point, representing points (x,y) on the elliptic curve x3 + ax2 + b = y2 + xy.

Copyright © 2002-2008 Carlo Wood.  All rights reserved.