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.
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.