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.
Explore main_test.go TestBulletProof
with example of usage.