arkworks-rs / groth16

A Rust implementation of the Groth16 zkSNARK
https://www.arkworks.rs
Apache License 2.0
242 stars 97 forks source link

Switch to the new optimization goal interface #20

Closed weikengchen closed 3 years ago

weikengchen commented 3 years ago

As the title. This PR uses the new interface for optimization: (1) setting an optimization goal and (2) calling finalize instead of inline_all_lcs before converting the R1CS system to a matrix.