We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f125c commit 97d52c7Copy full SHA for 97d52c7
README.md
@@ -113,3 +113,13 @@ python src/zkregex_fuzzer/cli.py fuzz \
113
--fuzzer grammar \
114
--circom-library ../zk-regex/node_modules/circomlib ../zk-regex/node_modules/
115
```
116
+
117
+or for noir with the database fuzzer
118
119
+```
120
+python src/zkregex_fuzzer/cli.py fuzz \
121
+ --oracle valid \
122
+ --target noir \
123
+ --valid-input-generator exrex \
124
+ --fuzzer database
125
0 commit comments