Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 806 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 806 Bytes

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.