mit-dci / zksigma

A library for generating non-interactive proofs of knowledge without trusted setup
MIT License
29 stars 10 forks source link

Get bulletproof code working #14

Open Nabeelperson opened 5 years ago

Nabeelperson commented 5 years ago

When I was working on bulletproofs.go last semester it was actually just trying to implement the core part of bulletproofs which is the inner-product proof. Once we have this working properly the rest of bullet-proofs is more straightforward. I ran into deep-copy problems and awkward indexing when I tried to implement this last time.