arkworks-rs / groth16

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

Bump all deps to 0.4 #42

Closed rozbb closed 1 year ago

rozbb commented 1 year ago

Bumped from -alpha.

Needed this because I was getting weird errors like "Bls12_381 doesn't impl PairingEngine". This was because my Bls12_381 was 0.4 and the groth16 PairingEngine was 0.3.

Pratyush commented 1 year ago

Thanks!