Replies: 1 comment
-
@Envoy-VC were you able to come up with a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discord user ID
envoy_#0
Describe your question in detail.
So I have created a circom Circuit and generated a Verification Key and Proofs using SnarkyJS but i am not able to convert those outputs over to one accepted by move example implementation at https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/move-examples/groth16_example/sources/groth16.move
How are the Indiviual values calculated from the output files, i tried serializing them and converting to hex but it did not work.
Here are my files:
groth16_proof.json
public.json
["13"]
groth16_vkey.json
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
Here was my implementation for serializing them
and i get this output with the commands
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
MacOS 14.5 (23F79)
Beta Was this translation helpful? Give feedback.
All reactions