summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #98: Generate p and q of exactly half the number of bits of Nissue-98-fips-186-4-prime-selectionSybren A. Stüvel2019-08-042-21/+41
* Updated Code Climate badge in README.mdSybren A. Stüvel2019-08-041-1/+1
* Configured CodeClimateSybren A. Stüvel2019-08-041-0/+10
* Configured flask8 to use max_complexity=10Sybren A. Stüvel2019-08-042-23/+30
* Link changelog from README.mdSybren A. Stüvel2019-08-041-1/+1
* Converted changelog from txt to MarkdownSybren A. Stüvel2019-08-041-42/+19
* Bumped copyright in documentation to 2011-2019Sybren A. Stüvel2019-08-041-1/+1
* Added flake8 as development dependency and fixed reported issuesSybren A. Stüvel2019-08-048-15/+65
* Add support for SHA3 hashingSybren A. Stüvel2019-08-046-3/+33
* Added update_version.sh scriptSybren A. Stüvel2019-08-041-0/+19
* Removed setup.py as this is now managed via PoetrySybren A. Stüvel2019-08-042-73/+0
* Mentioned Poetry in the installation documentationSybren A. Stüvel2019-08-041-3/+4
* Updated CHANGELOGSybren A. Stüvel2019-08-041-1/+5
* Switch from Pipenv to PoetrySybren A. Stüvel2019-08-046-477/+596
* Added type annotations + some fixes to get them correctSybren A. Stüvel2019-08-0412-116/+129
* Added mypy for static type checkingSybren A. Stüvel2019-08-048-32/+119
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-0421-406/+37
* Updated CHANGELOG for fix of #129Sybren A. Stüvel2019-08-041-0/+2
* Bumped version to 4.1-dev0Sybren A. Stüvel2019-08-042-3/+3
* Drop support for Python 2 and 3.4Sybren A. Stüvel2019-08-048-196/+246
* Fix BytesWarning in testsJon Dufresne2018-10-231-3/+3
* Use utf-8 when reading README; Use io.openAlexey Sveshnikov2018-10-231-1/+5
* Fixed testing on older Python versionsSybren A. Stüvel2018-10-233-60/+93
* Mark 4.0 as releasedversion-4.0Sybren A. Stüvel2018-09-164-5/+5
* Reword README.md for release of 4.0Sybren A. Stüvel2018-09-161-5/+5
* Declare Python 3.7 as supportedSybren A. Stüvel2018-09-161-0/+1
* Fixes for Travis CISybren A. Stüvel2018-09-163-7/+13
* Remove Travis CI testing for Python 3.7Sybren A. Stüvel2018-09-161-2/+5
* Typo in `.travis.yml`Sybren A. Stüvel2018-09-161-1/+1
* Remove unsued nose configurationJon Dufresne2018-09-161-3/+0
* speedupyjqiang2018-09-166-6/+6
* Updated changelogSybren A. Stüvel2018-09-161-2/+2
* Moved `get_word_alignment()` from `_compat.py` to `machine_size.py`Sybren A. Stüvel2018-09-162-3/+77
* Fixed testing with Travis CI and ToxSybren A. Stüvel2018-09-165-49/+157
* Transitioned from `requirements.txt` to Pipenv for package managementSybren A. Stüvel2018-07-104-6/+230
* Enable pip cache in Travis CIJon Dufresne2018-07-101-0/+1
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-06-141-2/+2
* Include license file in the generated wheel packageJon Dufresne2018-06-141-0/+3
* Show README.md on PyPIHugo2018-04-281-0/+5
* Updated CHANGELOG.md for pull request #104Sybren A. Stüvel2018-02-051-1/+2
* Changed unittest to cover the new SHA-224 hash methodSybren A. Stüvel2018-02-051-2/+2
* Add support for SHA224 for PKCS1 signaturesJoost Rijneveld2018-02-052-3/+5
* Remove keysize requirements / recommendationsJoost Rijneveld2018-02-051-26/+0
* Add support for Python 3.6Hugo2018-02-052-2/+3
* Remove duplicate hash method definitionJoost Rijneveld2018-02-051-10/+2
* Fix typoHugo2018-01-244-5/+5
* Drop support for EOL Python 3.3Hugo2017-11-295-5/+5
* Use tox-travis to run tox when using TravisCI (#102)Joost Rijneveld2017-10-221-14/+8
* Prevent __pycache__ from being committed (#100)Joost Rijneveld2017-10-091-0/+1
* Typos (#95)David Larlet2017-08-311-2/+2