explain_circuit
Explains a zero-knowledge circuit in plain English, detailing its purpose, public/private signals, and signal-to-constraint map to accelerate reviewer onboarding.
Instructions
Plain-English explanation of a ZK circuit: what it proves, its public/private signals, and a signal -> constraint map. Useful for onboarding reviewers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The full circuit source code as a string. | |
| lang | No | Source language. If omitted, the auditor auto-detects from the source. |