Hacker News new | ask | show | jobs
by _nhynes 1081 days ago
I was searching for implementations to get a more concrete idea of the algorithm and came across https://github.com/Yawning/secp256k1-voi which appears to be well commented, robust, and oddly entertaining. It’s got Schnorr, and ECDSA for comparison.

There’s also a musig2 one by the same author.

2 comments

> No, this has not been audited. Fuck you, pay me.

Lol. Nice.

Reference python implementation straight from the BIP https://github.com/bitcoin/bips/blob/master/bip-0340/referen...