summaryrefslogtreecommitdiff
path: root/rsa/util.py
Commit message (Expand)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-26/+48
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* Added type annotations + some fixes to get them correctSybren A. Stüvel2019-08-041-1/+1
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-2/+0
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
* Fixed PEP8 style issuesSybren A. Stüvel2016-01-271-2/+2
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-16/+14
* Fixed compatibilty of pyrsa-priv2pub with Python 3Sybren A. Stüvel2014-02-221-13/+15
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-2/+2
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-2/+4
* More documentation about key size and OpenSSL compatibilitySybren A. Stüvel2011-08-031-2/+2
* Added pyrsa-priv2pub CLI toolSybren A. Stüvel2011-07-241-0/+77