sbuss / bitmerchant

Bitcoin merchant tools
MIT License
82 stars 36 forks source link

Find a faster ecdsa library. #27

Open sbuss opened 10 years ago

sbuss commented 10 years ago

I'm currently using python-ecdsa, a pure-python library. It's quite slow and I'd like to replace it with something much faster. It doesn't look like pyOpenSSL exposes the APIs I need, but maybe I'm looking in the wrong place.

I'm looking for recommendations for python wrappers around C/C++ ECDSA libraries.