bitmerchant icon indicating copy to clipboard operation
bitmerchant copied to clipboard

Find a faster ecdsa library.

Open sbuss opened this issue 11 years ago • 0 comments

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.

sbuss avatar Mar 05 '14 05:03 sbuss