PyECC Example - Python Elliptic Curve Cryptography

f47h3r picture f47h3r · Oct 12, 2011 · Viewed 13.1k times · Source

I am working with PyECC - it is the only elliptic curve cryptography module for python that I can find. I was wondering if anyone had an example of how to use the module? I'll try reading the source, but I couldn't find anything on Stack Overflow on the topic regarding python.

Thanks!

Answer

f47h3r picture f47h3r · Oct 17, 2011

Figured it out. Thank you for your suggestions. For anyone wanting information on how to implement PyECC, check out the crypto wrapper I wrote on github.

CryptoWrapper - https://github.com/f47h3r/CryptoWrapper