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

Go to the source code of this file.
Namespaces | |
| namespace | libecc |
Classes | |
| class | libecc::point< Polynomial, a, b > |
| Point (x,y) on elliptic curve x3 + ax2 + b = y2 + xy. More... | |
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.