aboutsummaryrefslogtreecommitdiffstats
path: root/src/python
Commit message (Expand)AuthorAgeFilesLines
* Added comments explaining when .decode() is needed on mce_decryptUri Blumenthal2015-10-231-2/+7
* Fix minor output problem.Mouse2015-10-231-8/+13
* Add workaround for Python 3.2/3.3 behavior in binascii. GH #305Jack Lloyd2015-10-221-1/+1
* Fix a bug in botan.py found by PyPy's ctypesJack Lloyd2015-10-221-3/+12
* Reverted version comparison relaxation, per Jack Lloyd's comment.Uri Blumenthal2015-10-211-1/+1
* Merge branch 'master' of https://github.com/randombit/botanUri Blumenthal2015-10-201-293/+262
|\
| * Fix botan.py for Python3Jack Lloyd2015-10-201-245/+255
* | Made most of botan.py run under Python3.Uri Blumenthal2015-10-201-60/+101
|/
* Add McEliece keygen and MCEIES to C89 API. Plus random fiddlingJack Lloyd2015-10-011-24/+60
* Export X.509 certificates to ffi and pythonJack Lloyd2015-10-011-41/+129
* Changed tabs to 4 spacesMouse2015-08-141-5/+5
* Restored Darwin compatibilityUri Blumenthal2015-08-141-1/+4
* Ported python demo script to python-3Uri Blumenthal2015-08-141-61/+129
* Fixing platform independence that previous patch brokeMouse2015-08-121-1/+1
* Made output prettier and more understandableUri Blumenthal2015-08-111-31/+65
* Fix Python MAC wrapper, add an example/testlloyd2015-05-301-2/+12
* Fix Python cipher update_granularity() and default_nonce_length()lloyd2015-03-091-4/+5
* Fix decrypt in FFI/Python. Github issue 53lloyd2015-03-011-5/+16
* FFI header cleanup, small Python additionslloyd2015-02-241-3/+19
* Python cleanupslloyd2015-02-191-12/+17
* Python: docs, key agreement, fix bcrypt trailing null byte.lloyd2015-02-161-23/+78
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-167-802/+517
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-042-7/+0
* Ensure all files have copyright and license info.lloyd2015-01-105-4/+6
* Move python to src, add to main makefilelloyd2014-01-076-0/+807