-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/build scripts for circuit #211
Conversation
motemotech
commented
Oct 6, 2024
•
edited
Loading
edited
- add build script to build circuits inside disclose directory
- fix build scripts for dsc circuit
- change output path for dsc and prove circuit
- add local verifiers to .gitignore not to bother the production
# set build_flag to false if you want to skip the build | ||
CIRCUITS=( | ||
"vc_and_disclose:disclose:20:true" | ||
"disclose:disclose:20:false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we only want to build vc_and_disclose circuit here, others don't have "component main" statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we actually want to delete all instances of dsc circuits with 2048 bits key length (and this script), we are no longer using these anymore
Deleted all dsc 2048 related files |