This commit is contained in:
Jaremy Creechley 2024-05-02 16:05:15 +03:00
parent 7c764d000d
commit d9ee7c01eb
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -139,7 +139,7 @@ proc createCircuit*(
echo "Found r1cs: ", r1cs
if not zkey.fileExists:
echo "Zkey not found, generating..."
echo "ZKey not found, generating..."
putEnv "NODE_OPTIONS", "--max-old-space-size=8192"
if not fmt"{name}_0000.zkey".fileExists:
runit fmt"snarkjs groth16 setup {r1cs} {env.ptauPath} {name}_0000.zkey"