<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git/rsa/common.py, branch version-4.5</title>
<subtitle>github.com: sybrenstuvel/python-rsa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/'/>
<entry>
<title>Ceiling division implementation (#88)</title>
<updated>2017-04-18T06:59:58+00:00</updated>
<author>
<name>Michael Manganiello</name>
<email>adamantike@users.noreply.github.com</email>
</author>
<published>2017-04-18T06:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=000e84a97a8ab25a5d9b4185a2e02efc033f7e8a'/>
<id>000e84a97a8ab25a5d9b4185a2e02efc033f7e8a</id>
<content type='text'>
Created as a new function as it will be needed by the new PKCS#1 2.0 implementation. Specifically, for the MGF1 function used in the OAEP encoding/decoding.
This allows us not to have `math` dependencies</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created as a new function as it will be needed by the new PKCS#1 2.0 implementation. Specifically, for the MGF1 function used in the OAEP encoding/decoding.
This allows us not to have `math` dependencies</pre>
</div>
</content>
</entry>
<entry>
<title>Use iterative zip in Python 2 (#85)</title>
<updated>2017-01-17T16:33:08+00:00</updated>
<author>
<name>Michael Manganiello</name>
<email>adamantike@users.noreply.github.com</email>
</author>
<published>2017-01-17T16:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=2d81e0fe4b89398876da8a9027d1465a5bb4434b'/>
<id>2d81e0fe4b89398876da8a9027d1465a5bb4434b</id>
<content type='text'>
Good catch, thanks!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Good catch, thanks!</pre>
</div>
</content>
</entry>
<entry>
<title>No longer require string operations to find bit lengths.</title>
<updated>2016-03-29T17:46:15+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-03-29T17:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=5e08c91a122bac2e59e176928aa1b24f9aa7b0b2'/>
<id>5e08c91a122bac2e59e176928aa1b24f9aa7b0b2</id>
<content type='text'>
Now that we no longer support Python 2.6, we can use int.bit_length()
instead. Co-authored by @adamantike.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we no longer support Python 2.6, we can use int.bit_length()
instead. Co-authored by @adamantike.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced NotRelativePrimeError exception.</title>
<updated>2016-03-29T16:20:17+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-03-29T16:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=a5487826a1f28952a560c50f14e284c4292d94ca'/>
<id>a5487826a1f28952a560c50f14e284c4292d94ca</id>
<content type='text'>
This makes catching exceptions slightly stronger, as it is now possible
to check for this specific exception. Furthermore, information about the
not-prime numbers is included in the exception object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes catching exceptions slightly stronger, as it is now possible
to check for this specific exception. Furthermore, information about the
not-prime numbers is included in the exception object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unittest for rsa.common.inverse</title>
<updated>2016-03-29T16:15:25+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-03-29T16:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=46b72a462dbd7955f7e8f13cef1b1a3cb0af2c51'/>
<id>46b72a462dbd7955f7e8f13cef1b1a3cb0af2c51</id>
<content type='text'>
This unittest tests both execution branches of the function, reducing
randomness of code coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This unittest tests both execution branches of the function, reducing
randomness of code coverage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation, mostly http -&gt; https changes</title>
<updated>2016-02-05T15:01:20+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-02-05T15:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=3934ab4f16becf439033610b6986a796ab327f72'/>
<id>3934ab4f16becf439033610b6986a796ab327f72</id>
<content type='text'>
Also:
- changed http to https in the code
- changed header underlines in the documentation to match the header length
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- changed http to https in the code
- changed header underlines in the documentation to match the header length
</pre>
</div>
</content>
</entry>
<entry>
<title>Big refactor to become more PEP8 compliant.</title>
<updated>2016-01-22T10:36:06+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2016-01-22T10:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=d3d10345b47c2b17922bb91059cfceea82f82338'/>
<id>d3d10345b47c2b17922bb91059cfceea82f82338</id>
<content type='text'>
Mostly focused on docstrings (''' → """), indentation, empty lines,
and superfluous parenthesis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly focused on docstrings (''' → """), indentation, empty lines,
and superfluous parenthesis.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverts docstring quoting syntax.</title>
<updated>2011-08-24T11:23:39+00:00</updated>
<author>
<name>Yesudeep Mangalapilly</name>
<email>yesudeep@gmail.com</email>
</author>
<published>2011-08-24T11:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=b5bab2221ad88ad49962c402eecae418db6a9eba'/>
<id>b5bab2221ad88ad49962c402eecae418db6a9eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds the doctests for bit_size back into the function docstrings.</title>
<updated>2011-08-24T10:34:32+00:00</updated>
<author>
<name>Yesudeep Mangalapilly</name>
<email>yesudeep@gmail.com</email>
</author>
<published>2011-08-24T10:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=aca21db98be497d68ddd29ed154425fd9b5dc74d'/>
<id>aca21db98be497d68ddd29ed154425fd9b5dc74d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes a silly error.</title>
<updated>2011-08-16T18:49:39+00:00</updated>
<author>
<name>Yesudeep Mangalapilly</name>
<email>yesudeep@gmail.com</email>
</author>
<published>2011-08-16T18:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=a5a43a5545c80bbc9d3df83011d0da41316d4afc'/>
<id>a5a43a5545c80bbc9d3df83011d0da41316d4afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
