Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I'm guessing that the _add_ method, inherited from the superclass, returns something lying in that superclass. I think the relevant method is EllipticCurvePoint._add_, and it contains lines like return E.point(...), where E.point(...) presumably is an instance of the superclass.