arkworks-rs / groth16

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

feat: add bn254 prove_and_verify test #57

Closed peinlcy closed 2 months ago

peinlcy commented 4 months ago

Description

Add a test of prove and verify on bn254 curve, ethereum supports the BN254 curve, this test case will be useful.


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.