As I work on developing my python backend for a BTC client, and finding it difficult to find a decent ECDSA implementation in python that would be sufficient for my purposes. I have looked at the following:
M2Crypto -- looks like it's the best implementation in general, but I can't get the...