Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 715 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 715 Bytes

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.