arkworks-rs / snark

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

Update ark-snark to ark-algebra #366

Closed onewayfunc closed 1 year ago

onewayfunc commented 1 year ago

Description

This PR has several changes: (1) add patching, (2) change ark-test-curves feature to the curve one temporarily before a corresponding PR in ark-algebra is merged, and (3) fix a confusing "type annotations needed".


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:

onewayfunc commented 1 year ago

Waiting for the CI to pass.

weikengchen commented 1 year ago

Note: the new requirement that Proof and ProcessedVerifyingKey must implement CanonicalSerialize and CanonicalDeserialize may require some updates to Groth16 and other repos.