Skip to content

Commit

Permalink
update build_circuits.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Aug 17, 2024
1 parent 03fed2c commit 255b2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/scripts/build_circuits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ build_circuit() {
# name:folder:build_flag
# set build_flag to false if you want to skip the build
CIRCUITS=(
"register_sha256WithRSAEncryption_65537:register:true"
"register_sha1WithRSAEncryption_65537:register:true"
"register_rsa_65537_sha256:register:true"
"register_rsa_65537_sha1:register:true"
"disclose:disclose:true"
)

Expand Down

0 comments on commit 255b2cc

Please sign in to comment.