You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
If we uncomment build_circuit_params job inside scripts/run.sh to generate inputs for the EVM Placeholder Verifier it will fail because we are missing elliptic curve type
Description
If we uncomment build_circuit_params job inside scripts/run.sh to generate inputs for the EVM Placeholder Verifier it will fail because we are missing elliptic curve type
Commit Hash
aa8bd37
How to reproduce:
bash scripts/run.shSolution:
Add necnecessary elliptic curve type in the transpiler command https://github.com/NilFoundation/zkllvm-template/blob/master/scripts/run.sh#L151