We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b959127 commit d15cb04Copy full SHA for d15cb04
recursive_verification/scripts/generate_data.ts
@@ -8,7 +8,7 @@ const helloWorld = new Noir(circuitJson as any)
8
9
const { witness: mainWitness } = await helloWorld.execute({ x: 1, y: 2 })
10
11
-const mainBackend = new UltraHonkBackend(circuitJson.bytecode, { threads: 8 })
+const mainBackend = new UltraHonkBackend(circuitJson.bytecode, { threads: 1 })
12
const mainProofData: ProofData = await mainBackend.generateProof(mainWitness)
13
const mainVerificationKey = await mainBackend.getVerificationKey()
14
0 commit comments