UNPKG

circom-helper

Version:

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

12 lines (11 loc) 239 B
{ "title": "Generate a witness", "required": ["circuit", "inputs"], "additionalProperties": false, "properties": { "circuit": { "type": "string" }, "inputs": { "type": "object" } } }