dalek-cryptography / bulletproofs

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

Verification should operate on compressed points #157

Closed hdevalence closed 6 years ago

hdevalence commented 6 years ago

The verifier CS should operate on compressed points, and decompress its points right as it's feeding them into the verification equation. This is probably easiest to do after #148.

cathieyun commented 6 years ago

closed by https://github.com/dalek-cryptography/bulletproofs/pull/160