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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
August 26, 2022 circom 2.0.8
Extensions
Adding a link option -l that works as usual in other programming languages, to include a directory to look for the circuits indicated by the directive include.
Adding a warning if the programmer is using the operator <-- when it is possible to use <== instead (if the right side is a quadratic expression).
circom returns 0 if everything was correct and a number greater than 0 if something was wrong.
Changing the log operator to work as usual in other programming languages.
Allowing the creation of parallel components. The keyword parallel can be used per instance besides of per template. Now, parallel can be indicated before the instantiation call to make parallel that particular instance.
Wasm Functions getMinorVersion and getPatchVersion to obtain the minor and the patch version.
Fixed Bugs
Fixing main.cpp to allow handling a main component without inputs.
New log version has to be applied in every version of wasm files. (By a mistake, it was not updated for every wasm files.)