summaryrefslogtreecommitdiff
path: root/rsa/core.py
Commit message (Collapse)AuthorAgeFilesLines
* modified: Fixed a bug in rsa/core.py where the message should not be ↵Shengkai Sun2023-04-231-1/+1
| | | | | | equals to the modulus modified: Added test cases in tests/test_integers.py
* Reformatting with BlackSybren A. Stüvel2021-03-291-8/+8
| | | | No functional changes.
* Add more type hintsAndrey Semakin2020-06-031-1/+1
|
* 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-3/+3
| | | | | | One functional change: `CryptoOperation.read_infile()` now reads bytes from `sys.stdin` instead of text. This is necessary to be consistent with the rest of the code, which all deals with bytes.
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-3/+1
|
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
| | | | | | Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-9/+8
| | | | | Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis.
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-5/+6
|
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-2/+2
|
* Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly2011-08-111-2/+3
|
* Removed superfluous checkSybren A. Stüvel2011-08-101-4/+0
|
* Better type checking in core, casting ASN-ints to Python intSybren A. Stüvel2011-07-301-5/+18
|
* Added Apache 2 license notice to source filesSybren A. Stüvel2011-07-231-0/+15
|
* Permanently removed safebit stuffSybren A. Stüvel2011-07-191-10/+0
|
* Fixed file permissionsSybren A. Stüvel2011-07-191-0/+0
|
* Removed safebit stuff as it breaks in certain situations. Will look at it later.Sybren A. Stüvel2011-07-101-5/+5
|
* Reinstated some of the backed out changeset 812d745b6bef:Sybren A. Stüvel2011-07-101-2/+5
| | | | | - added support for block size - improved some exceptions
* Backed out changeset 812d745b6befSybren A. Stüvel2011-07-101-11/+6
|
* Removed some fluff, rewritten some stuff, broken the lotSybren A. Stüvel2011-07-101-6/+11
|
* Added support for padding blocksSybren A. Stüvel2011-07-091-4/+4
|
* More separation of the codeSybren A. Stüvel2011-06-201-0/+39