Skip to content

Proof-of-concept implementation of aggregated Bulletproofs+ supporting batch verification and commitment mask recovery

License

Notifications You must be signed in to change notification settings

AaronFeickert/pybullet-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBullet+

This is a proof-of-concept implementation of the Bulletproofs+ range proving system that supports single-party aggregation and efficient batch verification. Additionally, it supports recovery of commitment masks in the non-aggregated case, given a common seed used by the prover and verifier.

This code is experimental and not intended for use in production. It is not written with secure implementation in mind, has not been formally reviewed, and likely contains errors.

Requirements

This code requires an active Python 3 release.

Testing

A test workflow in this repository runs against all active Python 3 release minor versions.

Test status

Run the test suite locally using either:

  • python3 -m unittest discover
  • pytest

About

Proof-of-concept implementation of aggregated Bulletproofs+ supporting batch verification and commitment mask recovery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages