Documentation ¶
Overview ¶
Package circuits contains test circuits
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Circuits map[string]TestCircuit
Circuits are used for test purposes (backend.Groth16 and gnark/integration_test.go)
Functions ¶
This section is empty.
Types ¶
type TestCircuit ¶
type TestCircuit struct { R1CS *r1cs.UntypedR1CS Good, Bad frontend.Circuit // good and bad witness }
TestCircuit are used for test purposes (backend.Groth16 and gnark/integration_test.go)
Click to show internal directories.
Click to hide internal directories.