aboutsummaryrefslogtreecommitdiff
path: root/rsa/transform.py
AgeCommit message (Expand)Author
2020-06-03Drop character encoding markers for Python 2.xAndrey Semakin
2019-08-04Added flake8 as development dependency and fixed reported issuesSybren A. Stüvel
2019-08-04Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel
2018-09-16Moved `get_word_alignment()` from `_compat.py` to `machine_size.py`Sybren A. Stüvel
2016-05-08Drop byte_literal in favour of b''adamantike
2016-05-08xrange compatibility optimization for Python 2 (#69)Michael Manganiello
2016-04-23Drop psyco usageSybren A. Stüvel
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-22Updated doctests to Python 3.5 and automatically running with Tox.Sybren A. Stüvel
2016-01-22Using r""" for some docstringsSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2012-06-18Fixed doctestsSybren A. Stüvel
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-24Adds back older doctests for _int2bytes for compliance.Yesudeep Mangalapilly
2011-08-24Allow block_size=None in _int2bytes.Yesudeep Mangalapilly
2011-08-24Allow fill_size=None, chunk_size=None in int2bytes.Yesudeep Mangalapilly
2011-08-16Fixes bad zero-prefix padding bug in older _int2bytes to pass all 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-13Fixes doctest.Yesudeep Mangalapilly
2011-08-13Measure twice, cut once.Yesudeep Mangalapilly
2011-08-13Finally tracked down the bug to incorrect padding. Now all tests should passYesudeep Mangalapilly
2011-08-12Completes machine-aligned int2bytes implementation.Yesudeep Mangalapilly
2011-08-12Adds verification tests for int2bytes and bytes2intYesudeep Mangalapilly
2011-08-11Adds speed tests for int2bytes and old_int2bytes.Yesudeep Mangalapilly
2011-08-11Even better. Discard prefix zero bytes if block size is not specified.Yesudeep Mangalapilly
2011-08-11Reduces more calculation in int2bytes.Yesudeep Mangalapilly
2011-08-11Adds faster ``struct.pack``-based int2bytes implementation.Yesudeep Mangalapilly
2011-08-11Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly
2011-07-31Removed obsolete codeSybren A. Stüvel
2011-07-30Using int() rather than long()Sybren A. Stüvel
2011-07-23Added Apache 2 license notice to source filesSybren A. Stüvel
2011-07-23Bytes2int transformation more efficient using binascii.hexlifySybren A. Stüvel
2011-07-19Fixed doctestSybren A. Stüvel
2011-07-19Fixed file permissionsSybren A. Stüvel
2011-07-14Use new-style integer divisionSybren A. Stüvel
2011-07-10Added PKCS#1 signatures and verification of signaturesSybren A. Stüvel
2011-07-10Lot of refactorings:Sybren A. Stüvel
2011-07-10Reinstated some of the backed out changeset 812d745b6bef:Sybren A. Stüvel
2011-07-10Backed out changeset 812d745b6befSybren A. Stüvel
2011-07-10Removed some fluff, rewritten some stuff, broken the lotSybren A. Stüvel
2011-07-09Added support for padding blocksSybren A. Stüvel
2011-06-20Added block padding to be able to work with leading zeroes, breaks all kind o...Sybren A. Stüvel
2011-06-20Fixed/added doctestsSybren A. Stüvel
2011-06-20Slightly better readable codeSybren A. Stüvel
2011-06-19Split module into several filesSybren A. Stüvel