<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/crypto/secp256k1, branch dev-test</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=dev-test</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=dev-test'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2018-12-13T09:25:13+00:00</updated>
<entry>
<title>crypto/secp256k1: Fix invalid document link (#18297)</title>
<updated>2018-12-13T09:25:13+00:00</updated>
<author>
<name>Shuai Qi</name>
<email>qishuai231@gmail.com</email>
</author>
<published>2018-12-13T09:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e57e4571d3382c504a01f87be654d984f26e2dd1'/>
<id>urn:sha1:e57e4571d3382c504a01f87be654d984f26e2dd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fix various comment typos (#17748)</title>
<updated>2018-09-25T10:26:35+00:00</updated>
<author>
<name>Liang ZOU</name>
<email>liang.d.zou@gmail.com</email>
</author>
<published>2018-09-25T10:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=6663e5da10e7198f7ff5e883fd857240e59d476c'/>
<id>urn:sha1:6663e5da10e7198f7ff5e883fd857240e59d476c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto/secp256k1: remove useless code (#17728)</title>
<updated>2018-09-21T19:42:02+00:00</updated>
<author>
<name>Payne</name>
<email>micblo@users.noreply.github.com</email>
</author>
<published>2018-09-21T19:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=1d9d3815e50153343b6edb88cd2378071c7fe073'/>
<id>urn:sha1:1d9d3815e50153343b6edb88cd2378071c7fe073</id>
<content type='text'>
`(void)data;` may cause link error on Windows.</content>
</entry>
<entry>
<title>all: remove the duplicate 'the' in annotations (#17509)</title>
<updated>2018-08-27T08:49:29+00:00</updated>
<author>
<name>Wenbiao Zheng</name>
<email>delweng@gmail.com</email>
</author>
<published>2018-08-27T08:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d1aa605f1e8639769cdd75bcec3064c29a62b34a'/>
<id>urn:sha1:d1aa605f1e8639769cdd75bcec3064c29a62b34a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto/secp256k1: remove external LGPL dependencies (#17239)</title>
<updated>2018-07-26T11:33:13+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2018-07-26T11:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d9575e92fc6e52ba18267410fcd2426d5a148cbc'/>
<id>urn:sha1:d9575e92fc6e52ba18267410fcd2426d5a148cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto/secp256k1: unify the package license to 3-Clause BSD (#17225)</title>
<updated>2018-07-24T00:47:47+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2018-07-24T00:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=afd8b847060eed094cd7c6e0d133338a33cf4631'/>
<id>urn:sha1:afd8b847060eed094cd7c6e0d133338a33cf4631</id>
<content type='text'>
Our original wrapper code had two parts. One taken from a third
party repository (who took it from upstream Go) licensed under
BSD-3. The second written by Jeff, Felix and Gustav, licensed
under LGPL. This made this package problematic to use from the
outside.

With the agreement of the original copyright holders, this commit
changes the license of the LGPL portions of the code to BSD-3:

---
I agree changing from LGPL to a BSD style license.

Jeff
---
Hey guys,

My preference would be to relicense to GNUBL, but I'm also OK with BSD.

Cheers,
Gustav
---
Felix Lange (fjl):
I would approve anything that makes our licensing less complicated
---</content>
</entry>
<entry>
<title>crypto: fix golint warnings (#16710)</title>
<updated>2018-05-08T23:17:09+00:00</updated>
<author>
<name>kiel barry</name>
<email>kiel.j.barry@gmail.com</email>
</author>
<published>2018-05-08T23:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=ba975dc0931b9f2962b2f163675772458ed339fd'/>
<id>urn:sha1:ba975dc0931b9f2962b2f163675772458ed339fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto/secp256k1: catch curve parameter parse errors (#16392)</title>
<updated>2018-04-03T15:12:00+00:00</updated>
<author>
<name>David Huie</name>
<email>dahuie@gmail.com</email>
</author>
<published>2018-04-03T15:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d1af4e1a9eae903514dc6e0afd665218a90a19bf'/>
<id>urn:sha1:d1af4e1a9eae903514dc6e0afd665218a90a19bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto, crypto/secp256k1: add CompressPubkey (#15626)</title>
<updated>2017-12-15T09:40:09+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2017-12-15T09:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=c6069a627c42c21fc02d0770d39db9a9be45b180'/>
<id>urn:sha1:c6069a627c42c21fc02d0770d39db9a9be45b180</id>
<content type='text'>
This adds the inverse to DecompressPubkey and improves a few minor
details in crypto/secp256k1.</content>
</entry>
<entry>
<title>crypto: add DecompressPubkey, VerifySignature (#15615)</title>
<updated>2017-12-06T15:07:08+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2017-12-06T15:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e85b68ef53e80eb66c7ab394c57e9eb146a60b91'/>
<id>urn:sha1:e85b68ef53e80eb66c7ab394c57e9eb146a60b91</id>
<content type='text'>
We need those operations for p2p/enr.

Also upgrade github.com/btcsuite/btcd/btcec to the latest version
and improve BenchmarkSha3. The benchmark printed extra output 
that confused tools like benchstat and ignored N.</content>
</entry>
</feed>
