dalek-cryptography / bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto.
MIT License
1.05k stars 216 forks source link

Fix typo in r1cs notes #253

Closed rubdos closed 5 years ago

rubdos commented 5 years ago

Second commit (c6fe44f) does not fix a typo, but I figured you folks might want that too. It commutates B.v to v.B in the notes at four points, such that the EC base point is at the right hand of the multiplication, as is in the rest of the notes.