<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_blake2/impl, branch master</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-33164: blake2: Fix Coverity scan (GH-25060)</title>
<updated>2021-03-30T03:25:28+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-03-30T03:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=068ebf9729d440cef03e4c57e3db83c851146172'/>
<id>068ebf9729d440cef03e4c57e3db83c851146172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37055: fix warnings in _blake2 module (GH-14646)</title>
<updated>2019-08-26T17:52:36+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-08-26T17:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b27cbec801e17a13d7fef49116a8fc279930d2b1'/>
<id>b27cbec801e17a13d7fef49116a8fc279930d2b1</id>
<content type='text'>
https://bugs.python.org/issue37055



Automerge-Triggered-By: @tiran</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue37055



Automerge-Triggered-By: @tiran</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33164: blake2 fix for HP-UX (GH-13633)</title>
<updated>2019-05-29T10:58:11+00:00</updated>
<author>
<name>David Carlier</name>
<email>dcarlier@afilias.info</email>
</author>
<published>2019-05-29T10:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d8b755167235e0621814eb5ac39163b3db6879bb'/>
<id>d8b755167235e0621814eb5ac39163b3db6879bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33164: update blake2 implementation (GH-6286)</title>
<updated>2019-05-23T04:32:44+00:00</updated>
<author>
<name>David Carlier</name>
<email>dcarlier@afilias.info</email>
</author>
<published>2019-05-23T04:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=51aa35e9e17eef60d04add9619fe2a7eb938358c'/>
<id>51aa35e9e17eef60d04add9619fe2a7eb938358c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove nested comments in blake2 (#4173)</title>
<updated>2017-11-01T12:23:09+00:00</updated>
<author>
<name>Lars Viklund</name>
<email>zao@zao.se</email>
</author>
<published>2017-11-01T12:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=388cd85e51aa9c73f8e7f35f0d06c258be7b579c'/>
<id>388cd85e51aa9c73f8e7f35f0d06c258be7b579c</id>
<content type='text'>
Replace occurence of nested comments in blake2 reference implementation
with preprocessor directive for disabling unused code.

`blake2s-load-xop.h` is conditionally pulled in only on chips with XOP
support, among others the AMD Bulldozer. The malformed comments in the
source file breaks the build of `hashlib`'s `_blake2` on GCC 6.3.0.

Official reference code on github uses `#if` so this change should be
uncontroversial.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace occurence of nested comments in blake2 reference implementation
with preprocessor directive for disabling unused code.

`blake2s-load-xop.h` is conditionally pulled in only on chips with XOP
support, among others the AMD Bulldozer. The malformed comments in the
source file breaks the build of `hashlib`'s `_blake2` on GCC 6.3.0.

Official reference code on github uses `#if` so this change should be
uncontroversial.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26798: Coverity complains about potential memcpy() of overlapped regions. It doesn't hurt to use memmove() here. CID 1372514 / CID 1372515. Upstream https://github.com/BLAKE2/BLAKE2/issues/32</title>
<updated>2016-09-08T11:40:25+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-08T11:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5940c535b06805960d008bcafec7260dae74d9b9'/>
<id>5940c535b06805960d008bcafec7260dae74d9b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blake2: silence two more warnings on platforms with size_t &lt; uint64_t. Don't use SSE2 when cross-compiling</title>
<updated>2016-09-07T09:39:21+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-07T09:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dfb9ef13575bcc457544b408fc4e5eca3c5ed9b1'/>
<id>dfb9ef13575bcc457544b408fc4e5eca3c5ed9b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26798: for loop initial declarations, take 3</title>
<updated>2016-09-06T22:32:06+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-06T22:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dc5a3fe4efee222dd8512fd63d9445ae5de42fc1'/>
<id>dc5a3fe4efee222dd8512fd63d9445ae5de42fc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26798: for loop initial declarations, take 2</title>
<updated>2016-09-06T22:09:22+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-06T22:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9c2f3041039b21ec08ed3179333460110ff6a355'/>
<id>9c2f3041039b21ec08ed3179333460110ff6a355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26798: for loop initial declarations are only allowed in C99 or C11 mode</title>
<updated>2016-09-06T21:18:03+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2016-09-06T21:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=87bf0febcb59a389eb62bcb467b7ec9c4974be49'/>
<id>87bf0febcb59a389eb62bcb467b7ec9c4974be49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
