public
Description: Python Elliptical Curve Cryptography module
Homepage: http://www.slide.com
Clone URL: git://github.com/rtyler/PyECC.git
PyECC /
name age message
file .gitignore Mon Jun 22 09:10:40 -0700 2009 Add a .gitignore file [R. Tyler Ballance]
file LICENCE.LGPL Mon Jun 22 09:18:53 -0700 2009 Relicense Slide-developed code as LGPLv2.1 [R. Tyler Ballance]
file README.rst Tue Jul 07 14:55:33 -0700 2009 Author info [R. Tyler Ballance]
file _pyecc.c Wed Jul 08 14:56:47 -0700 2009 Remove NULL returns in non-exception error cond... [R. Tyler Ballance]
file _pyecc.h Fri Jun 19 15:59:29 -0700 2009 Rename libecc to libseccure, updating all refer... [R. Tyler Ballance]
file py_objects.c Tue Jun 16 11:30:27 -0700 2009 Add the new_state hooks and the ECC_State PyCOb... [R. Tyler Ballance]
file pyecc.py Tue Jul 07 11:20:10 -0700 2009 Forgot to remove the no-longer necessary assert... [R. Tyler Ballance]
directory seccure/ Loading commit data...
file setup.py Thu Jun 25 20:12:46 -0700 2009 Update C code to properly build the Python modu... [R. Tyler Ballance]
file tests.py Tue Jul 07 11:16:22 -0700 2009 Add a couple error condition tests [R. Tyler Ballance]
file xmlrunner.py Wed Jun 24 12:25:13 -0700 2009 Add xmltestrunner.py for Hudson love [R. Tyler Ballance]
README.rst

PyECC: Python 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.