| 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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.