bitaps-com / pybtc

Python bitcoin library
GNU General Public License v3.0
86 stars 35 forks source link

secp256k1_schnorr_recover is no longer part of libsecp256k1 #20

Closed ytrezq closed 3 years ago

ytrezq commented 3 years ago

As a result, the matching ffi binding from pypi does no longer works. As it didn t receive any update from 2016, I doubt it will be fixed.

Maybe pybtc should get it s own binding?

4tochka commented 3 years ago

Latest version have own binding to C, C++ code from bitcoin core sources