Python Elliptical Curve Cryptography module
Go to file
R. Tyler Ballance 378b80fd6a Add a couple error condition tests 2009-07-07 11:16:22 -07:00
seccure Reduce the number of loops, no need to run as many now that debugging is over 2009-07-06 10:12:24 -07:00
.gitignore Add a .gitignore file 2009-06-22 09:10:40 -07:00
LICENCE.LGPL Relicense Slide-developed code as LGPLv2.1 2009-06-22 09:18:53 -07:00
README.markdown
_pyecc.c Add a wee bit more documentation 2009-07-06 10:02:39 -07:00
_pyecc.h Rename libecc to libseccure, updating all references (except comments) 2009-06-19 15:59:29 -07:00
py_objects.c Add the new_state hooks and the ECC_State PyCObject code for passing pointers up through Python and back down again 2009-06-16 11:30:27 -07:00
pyecc.py Remove Python bindings for generating a public key based on a user-specified public key 2009-07-01 12:18:53 -07:00
setup.py Update C code to properly build the Python module with -Wall -Werror 2009-06-25 20:12:46 -07:00
tests.py Add a couple error condition tests 2009-07-07 11:16:22 -07:00
xmlrunner.py Add xmltestrunner.py for Hudson love 2009-06-24 12:25:13 -07:00

README.markdown

PyECC: Python Elliptical Curve Cryptography