[sage-devel] Re: Sage Enhancement Proposal: Edwards Curves Library

2015-02-24 Thread Adarsh Saraf
Yes, I too had pedagogy in mind. When I was reading about the Edwards model I thought it would have been nice if Sage had a library on it. In addition there are also some algorithms and tools which might be better used or only used with Edwards curves. For example, I have also implemented Dan

[sage-devel] Sage Enhancement Proposal: Edwards Curves Library

2015-02-20 Thread Adarsh Saraf
on the trac server? Also the functions were written to suit my needs and are therefore not as well written as they ought to be for Sage. I would work on it if it seems useful to add the module to Sage. Awaiting your comments, Adarsh Saraf -- You received this message because you are subscribed

[sage-devel] Re: Sage is grown up; needs a last name

2015-02-20 Thread Adarsh Saraf
+1 from my side. I have often had to type sagemath anyways to google for sage. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Sage Enhancement Proposal: Edwards Curves Library

2015-02-20 Thread Adarsh Saraf
Hi Martin, Basically the module that I have written implements the Edwards model as an 'EdwardsCurve' class with an accompanying EdwardsCurvePoint class. For the methods that I have implemented, I have tried to mimic those in the Elliptic Curves library already in Sage. But I do not have