chaintope / secp256k1

secp256k1 curve library for Tapyrus Core
MIT License
0 stars 2 forks source link

Port secp256k1 v0.3.2 #8

Open azuchi opened 1 year ago

azuchi commented 1 year ago

Port libsecp256k1 v0.3.2, which addresses the issue of optimizing the code for ECDH side-channel protection after GCC v13.

https://github.com/bitcoin-core/secp256k1/blob/master/CHANGELOG.md

Naviabheeman commented 3 months ago

I think the fix refers to this commit (https://github.com/bitcoin-core/secp256k1/commit/a575339c0282ba49a4f46c9c660a4cc3b6bfc703) But our library does not include commit 7c1b91b which introduced it.