1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

—gadgets flag is not necessary any more

This commit is contained in:
sdeml 2018-10-25 15:30:58 +01:00
parent 01058e5783
commit eb7ce0982b

View file

@ -13,7 +13,7 @@ You can see an overview of the available subcommands by running
./zokrates compile -i /path/to/add.code
```
Compiles a `.code` file into ZoKrates internal representation of arithmetic circuits. Use the `--gadgets` flag if libsnark gadgets are being used in your code (e.g. SHA256 hashing).
Compiles a `.code` file into ZoKrates internal representation of arithmetic circuits.
Creates a compiled `.code` file at `./out.code`.