Regarding the meaning of DEBUG content. #1419
Replies: 3 comments
|
Hi, the lines:
lines:
and
Particularly, proving a SNARK is split into two parts - solving the circuit witness from the initial assignment and computing the SNARK proof. And the time in |
|
Thank you for your response. My further understanding is that if I want to obtain the execution time of the |
That's right, you would have to measure them yourself. Keep in mind that |
Uh oh!
There was an error while loading. Please reload this page.
Hello, I apologize for disturbing you. I am a beginner using gnark. I wrote a test function for the Eddsa proof.
Test results obtained:

But I am not very clear about the meanings of symbols in the DEBUG log and would like to obtain an official accurate answer.
I have the following questions:
1.Does
constraint system solver donerefers togroth16.Setup?2.Does
prover donerefers togroth16.Prove?3.Does
verifier donerefers togroth16.Verify?4.Does
tookrefers to the execution time of the function? Is the unit inms?All reactions