circomkit icon indicating copy to clipboard operation
circomkit copied to clipboard

Allow circuit-specific Circomkit config overrides

Open erhant opened this issue 1 year ago • 0 comments

For example, we may set plonk as the Circomkit protocol in circomkit.json, but we would also like something such as:

{
  "multiplier_3": {
    "file": "multiplier",
    "template": "Multiplier",
    "params": [3],
    "overrides:" {
        // circomkit overrides here!
        "version": "2.1.6",
        "protocol": "groth16"
    }
  },
}

erhant avatar Feb 16 '24 11:02 erhant