~tdelaet/cimple/old-codebase

« back to all changes in this revision

Viewing changes to dependencies/PyECC/README.rst

  • Committer: Thomas Delaet
  • Date: 2010-01-07 14:14:32 UTC
  • Revision ID: thomas@cole-20100107141432-yhker27v3pmn62uo
first phase of rewrite with focus on storage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PyECC: Python Elliptical Curve Cryptography
2
 
============================================
3
 
 
4
 
PyECC is a Python module wrapped around the ``libseccure`` library which itself is 
5
 
based off of code developed originally for the `seccure(1) utility <http://point-at-infinity.org/seccure/>`_.
6
 
 
7
 
Build and Install
8
 
-----------------
9
 
 
10
 
Since PyECC uses `setuptools <http://pypi.python.org/pypi/setuptools>`_ to build and 
11
 
install the PyECC module and corresponding library, you need to run:: 
12
 
    
13
 
    % sudo python setup.py install
14
 
 
15
 
 
16
 
Author(s)
17
 
---------
18
 
 
19
 
PyECC was developed by R. Tyler Ballance (``tyler@slide.com``) at `Slide, Inc. <http://slide.com>`_. 
20
 
The original seccure(1) binary however was developed by B. Poettering.