<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyECC</name>
<shortdesc>PyECC is a simple Python module for performing Elliptical Curve Cryptography</shortdesc>
<description>PyECC is a Python module wrapped around the ``libseccure`` library which itself 
is 
based off of code developed originally for the `seccure(1) utility &lt;http://
point-at-infinity.org/seccure/&gt;`_.

Build and Install
-----------------

Since PyECC uses `setuptools &lt;http://pypi.python.org/pypi/setuptools&gt;`_ 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. 
&lt;http://slide.com&gt;`_. 
The original seccure(1) binary however was developed by B. Poettering.</description>
<download-page>http://github.com/slideinc/PyECC/downloads</download-page>
<homepage rdf:resource="http://slideinc.github.com/" />
<maintainer><foaf:Person><foaf:name>R. Tyler Ballance</foaf:name>
<foaf:mbox_sha1sum>a135b05d4a1f6c8dfb05e866f2daaea8ee662fbe</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>v0.1</revision></Version></release>
</Project></rdf:RDF>