#include <libecc/polynomial.h>
#include <gmpxx.h>
Include dependency graph for point.h:
Go to the source code of this file.
Namespaces | |
namespace | libecc |
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.