aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant functionlloyd2009-10-091-10/+3
|
* Add PBKDF2 wrapperlloyd2009-10-091-0/+17
|
* Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, ↵lloyd2009-10-094-155/+224
| | | | sign/verify
* Fix python install target. Add CryptoBox wrapper plus an examplelloyd2009-10-091-0/+24
|
* Use -Wno-write-strings in XS wrapper to avoid many warningslloyd2009-10-091-1/+1
|
* Drop the SWIG wrappers; never worked. Move the XS wrappers to src/wrap/perl-xslloyd2009-10-0915-0/+1869
|
* Add more or less functional integration with Boost.Python. Uselloyd2009-10-096-0/+701
--use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module.