circom-helper
Version:
A convenient way for developers to compile, cache, and execute circom circuits, as well as to generate proofs.
20 lines (17 loc) • 450 B
JSON
{
"$id": "definitions",
"title": "JSON Schema Definitions",
"description": "Common JSON Schema types",
"definitions": {
"bytes32": {
"$id": "#bytes32",
"type": "string",
"pattern": "^0x([A-Fa-f0-9]{64})$"
},
"ethereumSignature": {
"$id": "#ethereumSignature",
"type": "string",
"pattern": "^0x[A-Fa-f0-9]{128}1(c|b)$"
}
}
}