Metadata-Version: 2.3
Name: zkbp
Version: 0.1.0
Summary: Lib for using EC curves (BN254), ZK sigma, and BulletProof protocols in python
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# zkbp a python interface for Bn254 using Ark-bn254 and Secp256k1 lib
## Efficient python interface for zk using sigma protocols
- To use zkbp for exploring ledger application, the interface can be used with PADL: https://github.com/jpmorganchase/PADL
- lib 'zkbp' wrapped in python, so can be used directly as a python package for using crypto primitives and sigma proof generations. 
  Implementation is based on BN254 currently and bulletproofs as well as extended ZKP with sigma protocols+range proofs. More info in the link above.
## License
Apache v2-style license, as found in the LICENSE file.
#### This is a Research code only. 


