Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDebugProver ¶
func NewDebugProver(t *testing.T) prover.ProverFunc
NewDebugProver creates a prover that runs test.IsSolved before normal proving. This is used in test environments to debug circuit execution.
Parameters:
- t: The testing.T instance from the test
Returns a ProverFunc that will execute test.IsSolved and then groth16.Prove
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.