<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pycrypto.git/lib/Crypto/Hash/__init__.py, branch junk/master</title>
<subtitle>github.com: dlitz/pycrypto.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/'/>
<entry>
<title>Hash: Generic Crypto.Hash.new(algo, [data]) function</title>
<updated>2013-02-18T03:18:29+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-02-17T19:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=0d8ea5ff1607a3d7ae544667bff99229954484ff'/>
<id>0d8ea5ff1607a3d7ae544667bff99229954484ff</id>
<content type='text'>
This allows us to instantiate a new hash given only an existing hash
object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to instantiate a new hash given only an existing hash
object.
</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://91.123.203.49/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 documentation for all hash algorithms</title>
<updated>2012-05-05T21:37:19+00:00</updated>
<author>
<name>Legrandin</name>
<email>gooksankoo@hoiptorrow.mailexpire.com</email>
</author>
<published>2012-05-05T21:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=2f8a86bd83138bfef618e763fb8b2147f1214af8'/>
<id>2f8a86bd83138bfef618e763fb8b2147f1214af8</id>
<content type='text'>
(including for HMAC which, strictly speaking, does not belong with them).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(including for HMAC which, strictly speaking, does not belong with them).
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Lorenz Quack's native C implementation of all SHA-2 algorithm</title>
<updated>2011-10-16T20:41:21+00:00</updated>
<author>
<name>Legrandin</name>
<email>gooksankoo@hoiptorrow.mailexpire.com</email>
</author>
<published>2011-10-16T20:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=897b75983c31a9e2630af92161e6206c2480685e'/>
<id>897b75983c31a9e2630af92161e6206c2480685e</id>
<content type='text'>
(as submitted here https://bugs.launchpad.net/pycrypto/+bug/544792)
so that they are available also in Python 2.1, 2.2, 2.3 and 2.4.

Regardless where the implementation comes from (Python standard
library or our native modules, depending on the Python version),
all Crypto.Hash objects are always used as front-ends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(as submitted here https://bugs.launchpad.net/pycrypto/+bug/544792)
so that they are available also in Python 2.1, 2.2, 2.3 and 2.4.

Regardless where the implementation comes from (Python standard
library or our native modules, depending on the Python version),
all Crypto.Hash objects are always used as front-ends.
</pre>
</div>
</content>
</entry>
<entry>
<title>Legal: Add PD dedication to __init__.py files and hash stubs</title>
<updated>2009-03-01T15:23:08+00:00</updated>
<author>
<name>Dwayne C. Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2009-03-01T01:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=494cad8bc9a706aeb721098e8e1cd19c26d84466'/>
<id>494cad8bc9a706aeb721098e8e1cd19c26d84466</id>
<content type='text'>
From what I can tell, the authors of these files are:

 - Andrew Kuchling (who has dedicated his contributions to the public domain);
   and/or
 - Dwayne Litzenberger (myself).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From what I can tell, the authors of these files are:

 - Andrew Kuchling (who has dedicated his contributions to the public domain);
   and/or
 - Dwayne Litzenberger (myself).
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: Move modules to "lib/Crypto" subdirectory.</title>
<updated>2009-02-28T18:14:53+00:00</updated>
<author>
<name>Dwayne C. Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2009-02-28T18:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=ff8a657a8dd688551c59b4bbf7be33510992ee46'/>
<id>ff8a657a8dd688551c59b4bbf7be33510992ee46</id>
<content type='text'>
This will avoid the previous situation where scripts like the old "test.py"
get included accidentally in a release.  It also frees us to put additional
build scripts in the top-level directory of the source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will avoid the previous situation where scripts like the old "test.py"
get included accidentally in a release.  It also frees us to put additional
build scripts in the top-level directory of the source tree.
</pre>
</div>
</content>
</entry>
</feed>
