PyECC v0.1
PyECC is a simple Python module for performing Elliptical Curve Cryptography
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
Author(s)
PyECC was developed by R. Tyler Ballance (tyler@slide.com) at Slide, Inc.. The original seccure(1) binary however was developed by B. Poettering.
- Author: R. Tyler Ballance
- Home Page: http://slideinc.github.com/
- Download URL: http://github.com/slideinc/PyECC/downloads
- Keywords: cryptography, ecc
- License: LGPL v2.1
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Programming Language :: C
- Programming Language :: Python
- Topic :: Security
- Topic :: Security :: Cryptography
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: rtyler
- DOAP record: PyECC-v0.1.xml
