Post
Topic
Board Development & Technical Discussion
Re: Pure Python ECDSA implementation?
by
itod
on 27/01/2014, 01:05:01 UTC
It has secp256k1 in git master, although not in the last release I tried. If you don't want to track head, it's simple enough to monkey-patch in support:



Thanks to both of you, will try it tommorow.