-
Notifications
You must be signed in to change notification settings - Fork 5
ecc library
License
cureatr/easyecc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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)