Points on an Elliptic Curve. More...
#include <gmpxx.h>
#include <libecc/polynomial.h>
#include <libecc/rds.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. |
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.