add curve to ecdsa circuits name

This commit is contained in:
turnoffthiscomputer
2024-09-23 15:04:15 +02:00
parent 93a48178e5
commit 35a697bfc6
4 changed files with 6 additions and 4 deletions

View File

@@ -32,9 +32,11 @@ build_circuit() {
# name:folder:build_flag
# set build_flag to false if you want to skip the build
CIRCUITS=(
"prove_rsa_65537_sha256:prove:true"
"prove_rsa_65537_sha1:prove:true"
"prove_rsapss_65537_sha256:prove:true"
"prove_rsa_65537_sha256:prove:false"
"prove_rsa_65537_sha1:prove:false"
"prove_rsapss_65537_sha256:prove:false"
"prove_ecdsa_secp256r1_sha256:prove:true"
"prove_ecdsa_secp256r1_sha1:prove:true"
)
TOTAL_START_TIME=$(date +%s)