Main Page   Reference Manual   Compound List   File List  

libecc/point.h File Reference

Points on an Elliptic Curve. More...

#include <libecc/polynomial.h>
#include <gmpxx.h>

Include dependency graph for point.h:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  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-2004 Carlo Wood.  All rights reserved.