On Fri, 14 Nov 2008 05:38:03 -0800 (PST) David Møller Hansen <[EMAIL PROTECTED]> wrote:
> > I would really like to start such a project. > > But I wouldn't know the first thing on how to do so.. > > - Think I'll start by reading up on Sage dev. guide. > > Do you usually keep track of projects here in the sage-devel group? You can get a trac account, and create an entry in trac about your project. http://wiki.sagemath.org/TracGuidelines As a first step in writing such a wrapper, you should create an spkg that installs the library in the sage environment. (i.e., with prefix=SAGE_LOCAL) Look in the directories under sage/interfaces/ for examples of how to go about calling c/c++ libraries, you will also need to write some python code to make these functions easily available to the user. I suppose this would be in sage/crypto/. Cheers, Burcin --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
