Bhargavasomu / py_ecc

Python implementation of ECC pairing and bn_128 curve operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py_ecc

Elliptic curve crypto in python including secp256k1 and alt_bn128

GitHub Travis (.org) branchPyPI version

Quickstart

pip install py_ecc

Developer Setup

If you would like to hack on py_ecc, please check out the Ethereum Development Tactical Manual for information on how we do:

  • Testing
  • Pull Requests
  • Code Style
  • Documentation

Got bug?

Feel free to create issue under https://github.com/ethereum/py_ecc/issues

Copyright and Licensing

Project is licensed under the MIT license.

About

Python implementation of ECC pairing and bn_128 curve operations

License:MIT License


Languages

Language:Python 97.1%Language:Makefile 1.6%Language:Shell 1.3%