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.
[x] Targeted PR against correct branch (master)
[x] Linked to Github issue with discussion and accepted design OR have an explanation in the PR that describes this work.
[x] Re-reviewed Files changed in the Github PR explorer
n/a:
[ ] Wrote unit tests
[ ] Updated relevant documentation in the code
[ ] Added a relevant changelog entry to the Pending section in CHANGELOG.md
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 nowmul(&r.into_repr())
. This is due to the introduction ofFrom<BigUint>
andInto<BigUint>
toPrimeField
.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.
Files changed
in the Github PR explorern/a:
Pending
section inCHANGELOG.md