AssureCare / meds360-easyecc

ecc library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easyecc: Easy Elliptical Curve Cryptography (ECC) in Python
-----------------------------------------------------------

easyecc is a Python module that exposes ECC functionality from Crypto++ 
(http://www.cryptopp.com/). The curve is SEC's prime 256 (secp256k1).

Build and Install
-----------------

% pip install .

# build source distribution
% python setup.py sdist

Author
------

Alex Khomenko (khomenko@cs.stanford.edu)

About

ecc library

License:MIT License


Languages

Language:C++ 84.5%Language:Python 15.5%