arkworks-rs / groth16

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

Release v0.3.0 #32

Closed weikengchen closed 3 years ago

weikengchen commented 3 years ago

Description

This PR prepares ark-groth16 for the release of v0.3.0.

Note that some code needs to be updated. Previously, one may use mul(r.into()), but now mul(&r.into_repr()). This is due to the introduction of From<BigUint> and Into<BigUint> to PrimeField.


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

n/a: