PyECC is a simple Python module for performing Elliptical Curve Cryptography
Project description
PyECC is a Python module wrapped around the libseccure library which itself is based off of code developed originally for the seccure(1) utility.
Build and Install
Since PyECC uses setuptools to build and install the PyECC module and corresponding library, you need to run:
% sudo python setup.py install