summaryrefslogtreecommitdiff
path: root/SWIG/_bn.i
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-128/+0
* PyUnicode_AsUTF8 returns const char* in Python 3.7+Matěj Cepl2018-02-081-2/+3
* Replace use of PyString_AsString by PyUnicode_AsUTF8 shim provided by Python.Matěj Cepl2018-02-081-4/+0
* Fixing PyBytesMatěj Cepl2017-10-301-8/+0
* Make sure that every exceptional return throws and exception and vice versa.Matěj Cepl2017-10-051-7/+8
* Switched from obsolete BN_init() to the recommended BN_new()Jim Carroll2017-09-151-14/+22
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-13/+29
* Tabs to spaces and changing exception that is raised whenHeikki Toivonen2006-03-041-84/+84
* Wrong exception string.Heikki Toivonen2005-05-311-1/+1
* Added BN module with rand, rand_range and randfname methods and associated te...Heikki Toivonen2005-05-191-0/+114