aboutsummaryrefslogtreecommitdiff
path: root/rsa/_compat.py
AgeCommit message (Expand)Author
2017-01-17Use iterative zip in Python 2 (#85)Michael Manganiello
2017-01-16Implementation of bitwise XOR function for bytes object (#72)Michael Manganiello
2017-01-15Create PY2 constant to simplify compatibility decisions (#82)Michael Manganiello
2016-05-08Drop byte_literal in favour of b''adamantike
2016-05-08xrange compatibility optimization for Python 2 (#69)Michael Manganiello
2016-04-23Remove sys.maxint fallback usageadamantike
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-27Removed some compatibility code for Python 2.6Sybren A. Stüvel
2016-01-27Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2011-08-16Adds common includes and tests.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-14Much cleaner implementation of int2bytes. No loss in speed.Yesudeep Mangalapilly
2011-08-12Adds verification tests for int2bytes and bytes2intYesudeep Mangalapilly
2011-08-11Compatibility wrapper module to make rsa work with various versions of Python.Yesudeep Mangalapilly