Opened at 2008-12-11T22:01:06Z
#12 new enhancement
automatic wrappers for all of Crypto++
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Version: | 0.5.1 | Keywords: | |
Cc: | Launchpad Bug: |
Description
There is a rather different strategy that one could use to make a library rather like pycryptopp -- instead of cherry-picking a few algorithms and hand-coding wrappers for those algorithms for Python in C++, you could use a tool like SWIG, Boost.Python, or pyBindGen -- http://code.google.com/p/pybindgen -- to make wrappers for all algorithms and data structures.
Note: See
TracTickets for help on using
tickets.