Skip to content

xcureatr/easyecc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Packages

No packages published

Languages

  • C++ 84.5%
  • Python 15.5%