circomjs icon indicating copy to clipboard operation
circomjs copied to clipboard

Out directories should be named based on circuitId instead of filenames

Open ivorynoise opened this issue 2 years ago • 0 comments

{
              "cID": "mul",
              "fileName": "testtemp/circuit2.circom",
              "proofType": "groth16",
              "compilationMode": "wasm",
              "powerOfTauFp": "./tests/data/out/powersOfTau28_hez_final_14.ptau"
           },

should have out/mul instead of out/circuit2

ivorynoise avatar Mar 01 '23 12:03 ivorynoise