zkLinkProtocol / groth16-sol-verifier

24 stars 13 forks source link

Using groth16-sol-verifier to verify circom circuits #3

Closed Dimo99 closed 1 year ago

Dimo99 commented 1 year ago

My guess is there should be an easy way to use this verifier to verify circom circuits.

Dimo99 commented 1 year ago

Found out how to convert verifying key, proof and public inputs. Into proof_c, prepared_input and qap using the initialize function.