ethereum / aleth

Aleth – Ethereum C++ client, tools and libraries
GNU General Public License v3.0
3.96k stars 2.17k forks source link

Upgrade secp256k1 library #3529

Open chfast opened 7 years ago

chfast commented 7 years ago

Upgrade secp256k1 library to commit https://github.com/bitcoin-core/secp256k1/commit/9d560f992db26612ce2630b194aef5f44d63a530.

chfast commented 7 years ago

Checked: every function from secp256k1 we use is at least touched by unit tests.