gnark is a fast zk-SNARK library that offers a high-level API to design circuits. The library is open source and developed under the Apache 2.0 license
I tried doing a simple BLS sig verification, using the BW6/BLS12377 I am able to generate a proof. On the other hand, on the develop branch, the same code is failing with BN254/BN254
Hi,
I tried doing a simple BLS sig verification, using the BW6/BLS12377 I am able to generate a proof. On the other hand, on the develop branch, the same code is failing with BN254/BN254
Here is the code https://github.com/hussein-aitlahcen/dnarthk/blob/main/main.go
The log
Outside of the circuit, the direct
PairingCheck
is working. Am I missing something obvious here?NOTE: Executed on MAC M1