Elliptic curve arithmetic: Difference between revisions

Content added Content deleted
Line 804: Line 804:
function EPoint(x, y, c::EllipticCurve=Curve07)
function EPoint(x, y, c::EllipticCurve=Curve07)
@assert in(c, x, y)
@assert in(c, x, y)
EPoint(a, b, c)
EPoint(x, y, c)
end
end