<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pycrypto.git/lib/Crypto/Cipher, branch junk/sphinx</title>
<subtitle>github.com: dlitz/pycrypto.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/'/>
<entry>
<title>AES-NI support: Python 2.1 Backward compatibility</title>
<updated>2013-04-22T03:41:18+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-04-22T03:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=cce74edc6c792efbe402eca681a7cead4836f543'/>
<id>cce74edc6c792efbe402eca681a7cead4836f543</id>
<content type='text'>
- METH_NOARGS was introduced in Python 2.2.
- Python 2.1 doesn't have True and False builtins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- METH_NOARGS was introduced in Python 2.2.
- Python 2.1 doesn't have True and False builtins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial AES-NI support</title>
<updated>2013-04-22T03:41:18+00:00</updated>
<author>
<name>Sebastian Ramacher</name>
<email>sebastian@ramacher.at</email>
</author>
<published>2013-02-04T13:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=e1ce77b1673db76fb46d87effa7b1a1dc083d9b7'/>
<id>e1ce77b1673db76fb46d87effa7b1a1dc083d9b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hash: Rename SHA-&gt;SHA1 and RIPEMD-&gt;RIPEMD160 (1/2)</title>
<updated>2013-02-17T00:20:23+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-02-17T00:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=755375bb7d866a01e19153f5809772f4474eb94d'/>
<id>755375bb7d866a01e19153f5809772f4474eb94d</id>
<content type='text'>
These algorithm names were confusing, because there are actually
algorithms called "SHA" (a.k.a. SHA-0) and "RIPEMD" (the original
version).

This commit just renames the modules, with no backward-compatibility
support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These algorithm names were confusing, because there are actually
algorithms called "SHA" (a.k.a. SHA-0) and "RIPEMD" (the original
version).

This commit just renames the modules, with no backward-compatibility
support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ARC4-drop[n] cipher</title>
<updated>2012-06-20T21:35:07+00:00</updated>
<author>
<name>Legrandin</name>
<email>gooksankoo@hoiptorrow.mailexpire.com</email>
</author>
<published>2012-06-20T21:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=bf24d2907edb2e0dd2eede63b8679b8bdfdc96b7'/>
<id>bf24d2907edb2e0dd2eede63b8679b8bdfdc96b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Examples for DES and DES3 were inverted</title>
<updated>2012-06-11T08:08:25+00:00</updated>
<author>
<name>Legrandin</name>
<email>gooksankoo@hoiptorrow.mailexpire.com</email>
</author>
<published>2012-06-11T08:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=cb749c0a52cb20d6f9383492e3d2f160fc608bb0'/>
<id>cb749c0a52cb20d6f9383492e3d2f160fc608bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docstring. IVs are no longer optional</title>
<updated>2012-05-27T16:41:46+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2012-05-27T16:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=cbc13b3f4203ceec940cf90e32962a85650226fd'/>
<id>cbc13b3f4203ceec940cf90e32962a85650226fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in docs</title>
<updated>2012-05-24T02:15:53+00:00</updated>
<author>
<name>Dwayne C. Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2012-05-24T02:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=6ca6d21540b763073023136a964e489aee1d36c2'/>
<id>6ca6d21540b763073023136a964e489aee1d36c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to make Crypto.Cipher work with Python3 again</title>
<updated>2012-05-17T20:55:48+00:00</updated>
<author>
<name>Legrandin</name>
<email>gooksankoo@hoiptorrow.mailexpire.com</email>
</author>
<published>2012-05-17T20:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=5e78b3f67c62d4df785f2b27eb1ed782d997e558'/>
<id>5e78b3f67c62d4df785f2b27eb1ed782d997e558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added example for OPENPGP mode in CAST module</title>
<updated>2012-05-17T20:17:38+00:00</updated>
<author>
<name>Legrandin</name>
<email>gooksankoo@hoiptorrow.mailexpire.com</email>
</author>
<published>2012-05-17T19:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=3a9b2da0d61d422512fb5781f2aa2eeeea5ef95d'/>
<id>3a9b2da0d61d422512fb5781f2aa2eeeea5ef95d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added OpenPGP mode</title>
<updated>2012-05-17T20:17:38+00:00</updated>
<author>
<name>Legrandin</name>
<email>gooksankoo@hoiptorrow.mailexpire.com</email>
</author>
<published>2012-05-17T11:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pycrypto.git/commit/?id=62f2c4154c89fecbacb722efaed2af01bcecab3a'/>
<id>62f2c4154c89fecbacb722efaed2af01bcecab3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
