UNPKG

circom-helper

Version:

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

10 lines (9 loc) 232 B
{ "title": "Get a circuit signal's varIdx value", "required": ["circuit", "name"], "additionalProperties": false, "properties": { "circuit": { "type": "string" }, "name": { "type": "string" } } }