This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
R. Tyler Ballance (author)
Sun Jul 12 17:26:10 -0700 2009
PyECC /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jun 22 09:10:40 -0700 2009 | |
| |
LICENCE.LGPL | Mon Jun 22 09:18:53 -0700 2009 | |
| |
README.rst | Tue Jul 07 14:55:33 -0700 2009 | |
| |
_pyecc.c | Wed Jul 08 14:56:47 -0700 2009 | |
| |
_pyecc.h | Fri Jun 19 15:59:29 -0700 2009 | |
| |
py_objects.c | Tue Jun 16 11:30:27 -0700 2009 | |
| |
pyecc.py | Tue Jul 07 11:20:10 -0700 2009 | |
| |
seccure/ | ||
| |
setup.py | Thu Jun 25 20:12:46 -0700 2009 | |
| |
tests.py | Tue Jul 07 11:16:22 -0700 2009 | |
| |
xmlrunner.py | Wed Jun 24 12:25:13 -0700 2009 |
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.








