Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.81k stars 502 forks source link

Feature request: Schnorr signatures #762

Open snarfed opened 1 year ago

snarfed commented 1 year ago

Hi again! I need to start generating BIP340-compatible Schnorr signatures based on sec256k1/SHA256. pycryptodome currently supports ECDSA, but not Schnorr. Any chance you all would consider adding Schnorr, specifically the BIP340 formulation? Thank you in advance!