Skip to content
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

Merged
merged 12 commits into from
Oct 7, 2024
Merged

Conversation

motemotech
Copy link
Collaborator

@motemotech motemotech commented Oct 6, 2024

  • 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"
Copy link
Member

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

Copy link
Member

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

@motemotech
Copy link
Collaborator Author

Deleted all dsc 2048 related files

@remicolin remicolin merged commit 7a297aa into dev Oct 7, 2024
1 check passed
@remicolin remicolin deleted the feat/build-scripts-for-circuit branch October 7, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants