<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/ecdsa.git/src/ecdsa/errors.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 support for reading and writing curve parameters in DER</title>
<updated>2021-05-20T22:10:09+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2021-04-29T00:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=078882e3845539880205677598620f0749288f66'/>
<id>078882e3845539880205677598620f0749288f66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move parsing of points from VerifyingKey to parent class of points</title>
<updated>2021-05-20T22:08:50+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2021-04-28T23:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=315f312fcec29b05a0ee02b2dba7cb0472f4d3c7'/>
<id>315f312fcec29b05a0ee02b2dba7cb0472f4d3c7</id>
<content type='text'>
For decoding points it's not necessary to have all the data
useful for decoding public keys.

This will also make it possible to decode explicit EC parameters,
as decoding of a public key requires knowledge of the curve's base
point and the base point is in defined in the parameters, creating
a chicken and an egg problem with using the VerifyingKey.from_string()
to parse the base point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For decoding points it's not necessary to have all the data
useful for decoding public keys.

This will also make it possible to decode explicit EC parameters,
as decoding of a public key requires knowledge of the curve's base
point and the base point is in defined in the parameters, creating
a chicken and an egg problem with using the VerifyingKey.from_string()
to parse the base point.
</pre>
</div>
</content>
</entry>
</feed>
