zkemail / zkemail.nr

ZK Email in Noir
MIT License
48 stars 5 forks source link

`prove_ultraplonk.sh` Fails with Parse Errors and Missing Files #3

Closed YashBit closed 2 days ago

YashBit commented 3 months ago

Issue:

After running the default scripts with the correct versions, script fails with errors.

Description: When running the prove_ultraplonk.sh script, I encounter several errors related to value parsing and missing files. The script produces parse errors and indicates that the witness file is missing or not created.

Error Output:

./prove_ultraplonk.sh                       
./prove_ultraplonk.sh: line 11: 1722684417N: value too great for base (error token is "1722684417N")

Parse error: bad token
    <stdin>:1

Witness generated in:  seconds
gunzip: can't stat: ./target/witness-name.gz (./target/witness-name.gz.gz): No such file or directory
Input is not large enough
./prove_ultraplonk.sh: line 20: 1722684418N: value too great for base (error token is "1722684418N")
./prove_ultraplonk.sh: line 21: 1722684418N: value too great for base (error token is "1722684418N")

Parse error: bad token
    <stdin>:1

Parse error: bad token
    <stdin>:1

Proof generated in:  seconds
Total time:  seconds

Steps to Reproduce:

  1. Run the prove_ultraplonk.sh script using the command: ./prove_ultraplonk.sh
  2. Observe the output and errors as shown above.

Expected Behavior:

Actual Behavior:

Environment:

jp4g commented 2 days ago

Old version, closing