UNPKG

circom-helper

Version:

A convenient way for developers to compile, cache, and execute circom circuits, as well as to generate proofs.

13 lines (12 loc) 284 B
{ "title": "Generate a witness", "required": ["circuit", "witness"], "additionalProperties": false, "properties": { "circuit": { "type": "string" }, "witness": { "type": "array", "items": { "type": "string" } } } }