cashubtc / nutshell

Chaumian ecash wallet and mint for Bitcoin
https://docs.cashu.space
MIT License
376 stars 95 forks source link

migrate from secp256k1 to coincurve #592

Open prusnak opened 3 months ago

prusnak commented 3 months ago

i think we should just migrate to coincurve - it is well maintained (last secp256k1 release was in 2021) - and even CLN uses coincurve and not secp256k1 for their python plugins

prusnak commented 3 months ago

related https://github.com/darosior/python-bip32/pull/40 - bip32 is stuck on coincurve 19.x, that PR hopefully bumps the dependency to 20.x soon

callebtc commented 2 months ago

Tracking here: https://github.com/darosior/python-bip32/pull/43