arkworks-rs / snark

Interfaces for Relations and SNARKs for these relations
https://www.arkworks.rs
Apache License 2.0
778 stars 209 forks source link

Make Groth16 efficient when ZK isn't needed #138

Closed kobigurk closed 4 years ago

kobigurk commented 4 years ago

Adds a helper function create_proof_no_zk.

Closes #120.

gakonst commented 4 years ago

Checked the PR, LGTM - @Pratyush. Does the proof being deterministic for no zk provide any improvements in other areas?

Pratyush commented 4 years ago

Thanks @kobigurk!