Elliptic curve arithmetic: Difference between revisions

m
(Added C++ implementation)
Line 228:
}
 
// multiplemultiply the point by an integer ( p *= 3)
EllipticPoint& operator*=(int rhs) noexcept
{
125

edits