<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/ecdsa.git/src/ecdsa/_compat.py, branch eddsa</title>
<subtitle>github.com: warner/python-ecdsa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/'/>
<entry>
<title>add low level EdDSA methods</title>
<updated>2021-07-26T13:42:34+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-21T18:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=6fc43538647eff2d2288002d423cf8d696c3dae3'/>
<id>6fc43538647eff2d2288002d423cf8d696c3dae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add SHAKE-256 implementation</title>
<updated>2021-07-20T13:19:53+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-15T19:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=b52ef334e2bb472d13500b232f520aed7a5ba8b2'/>
<id>b52ef334e2bb472d13500b232f520aed7a5ba8b2</id>
<content type='text'>
On earlier pythons we don't have the ability to set the size of
SHAKE-256 output, so we need to use our own implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On earlier pythons we don't have the ability to set the size of
SHAKE-256 output, so we need to use our own implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>exclude environment-specific branches from coverage</title>
<updated>2020-11-20T14:28:59+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2020-11-19T23:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=141d6f64afad2b76e95cf6d5c4c7665fcc90ae6f'/>
<id>141d6f64afad2b76e95cf6d5c4c7665fcc90ae6f</id>
<content type='text'>
coveralls complains about branches that haven't been executed on
all environments, but that's expected if the branch is environment
specific, so skip those
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
coveralls complains about branches that haven't been executed on
all environments, but that's expected if the branch is environment
specific, so skip those
</pre>
</div>
</content>
</entry>
<entry>
<title>format NIST curves as they are in FIPS 186-4</title>
<updated>2020-08-25T14:15:27+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2020-08-25T13:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=ab3fbd6f2bffa1422b340fa651e5ad6143aa2fbd'/>
<id>ab3fbd6f2bffa1422b340fa651e5ad6143aa2fbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format with black</title>
<updated>2020-01-26T21:26:41+00:00</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-01-26T21:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=442a368bbb5d57bda94debfbb978568f65eeab41'/>
<id>442a368bbb5d57bda94debfbb978568f65eeab41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_compat.py: fix flakes</title>
<updated>2019-12-17T13:57:45+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2019-11-30T15:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=bf13df23c09eae5069806c55460a12a90a18b5f4'/>
<id>bf13df23c09eae5069806c55460a12a90a18b5f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bytes input for SigningKey.sign_deterministic()</title>
<updated>2019-10-24T23:30:58+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2019-10-24T22:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=d297675bcf164569c382793783c691f328dd73d8'/>
<id>d297675bcf164569c382793783c691f328dd73d8</id>
<content type='text'>
as extra_entropy can be large, and different type than outputs
from either bits2octets or number_to_string, do not concatenate
them but rather push them to the hmac one by one

don't use six.b(), not needed on py2.6

simplify the chained comparison and remove unneeded else after return
in rfc5979.generate_k
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as extra_entropy can be large, and different type than outputs
from either bits2octets or number_to_string, do not concatenate
them but rather push them to the hmac one by one

don't use six.b(), not needed on py2.6

simplify the chained comparison and remove unneeded else after return
in rfc5979.generate_k
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of the s[x] if isintance(s[x]... idiom</title>
<updated>2019-10-24T22:32:54+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2019-10-23T23:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=f7c08bdf1e75d8b9aa67c8221c38d683f398dd19'/>
<id>f7c08bdf1e75d8b9aa67c8221c38d683f398dd19</id>
<content type='text'>
this is repeating the s[x] three times for every element extracted,
use a function for that

also decreases number of tests needed for condition coverage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is repeating the s[x] three times for every element extracted,
use a function for that

also decreases number of tests needed for condition coverage
</pre>
</div>
</content>
</entry>
<entry>
<title>bytes input for VerifyingKey.from_string()</title>
<updated>2019-10-24T22:32:03+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2019-10-21T23:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=ff3772273997b2750012171cede8b124cbf08e96'/>
<id>ff3772273997b2750012171cede8b124cbf08e96</id>
<content type='text'>
make the bytearray work on pythohn2.6
make multi-byte array.array objects work on all versions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make the bytearray work on pythohn2.6
make multi-byte array.array objects work on all versions
</pre>
</div>
</content>
</entry>
</feed>
