Elliptic curve arithmetic: Difference between revisions

Content added Content deleted
(Added C++ implementation)
Line 228: Line 228:
}
}


// multiple the point by an integer ( p *= 3)
// multiply the point by an integer ( p *= 3)
EllipticPoint& operator*=(int rhs) noexcept
EllipticPoint& operator*=(int rhs) noexcept
{
{