Post
Topic
Board Development & Technical Discussion
Re: Pure Python ECDSA implementation?
by
Remember remember the 5th of November
on 27/01/2014, 00:54:26 UTC
Take a look at my "MINING" thread currently to be found in the Service->Marketplace section.
There you have a pure python secp256k1 implementation in my github project.

Thanks, Evil-Knievel! No wonder I haven't found it when it's so fresh. Off to take a good look how to use it.




It was updated a long time ago to include the secp521r1 curve. Look:

https://github.com/warner/python-ecdsa/blob/master/README.md

Bitcoin is Secp256k1, not Secp521r1, different curves.



https://github.com/warner/python-ecdsa/blob/master/ecdsa/curves.py