jdwhite48 / groth-sahai-rs

A Rust library for the Groth-Sahai non-interactive witness-indistinguishable and zero-knowledge proof system
Other
12 stars 4 forks source link

Provide "getter/setter" methods for preparing zero-knowledge statement #7

Open jdwhite48 opened 2 years ago

jdwhite48 commented 2 years ago

Recall the algorithm in Section 11.1 of [GS '08] which demonstrates how to transform PPE equations such that GS can prove about them in zero-knowledge.

(n.b. I'm not sure how much trust a user should place one or both of these, so this might fall into wontfix)