Skip to content

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations

License

Notifications You must be signed in to change notification settings

ChihChengLiang/py_ecc

 
 

Repository files navigation

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 and bls12_381 curve operations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Other 1.6%