Skip to content

Latest commit

 

History

History

bp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bulletproofs: Short Proofs for Confidential Transactions

License: MIT

This package contains the implementation of Bulletproofs - the logarithmic size range proofs.

The main.go contains the primary implementation of bulletproof and inner product argument proof that uses Fiat-Shamir heuristic to make proof non-interactive.

The main_test.go contains the example of usage of the primary implementation.

The docs_test.go contains several implementation of a word by word approach defined in 3-4.2 paragraphs of original doc.

Usage

Explore main_test.go TestBulletProof with example of usage.