Skip to content

Commit

Permalink
Merge branch 'main' into refactor/delete-unused-program-constructs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 authored Aug 27, 2024
2 parents 954e511 + 133495a commit d7c0e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git submodule update --init --recursive
(compile_cpp_witness "${BUILD_DIR}" "${CIRCUIT_NAME}")

# ****CREATE FINAL ZKEY****
(verify_final_key "${BUILD_DIR}" "${SNARKJS}" "${CIRCUIT_NAME}" "${PHASE1}")
(generate_zkey "${BUILD_DIR}" "${SNARKJS}" "${PHASE1}" "${CIRCUIT_NAME}")

# ****EXPORT ZKEY TO JSON****
(export_vkey "${BUILD_DIR}" "${SNARKJS}" "${CIRCUIT_NAME}")
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git submodule update --init --recursive
(compile_cpp_witness "${BUILD_DIR}" "${CIRCUIT_NAME}")

# ****CREATE FINAL ZKEY****
(verify_final_key "${BUILD_DIR}" "${SNARKJS}" "${CIRCUIT_NAME}" "${PHASE1}")
(generate_zkey "${BUILD_DIR}" "${SNARKJS}" "${PHASE1}" "${CIRCUIT_NAME}")

# ****EXPORT ZKEY TO JSON****
(export_vkey "${BUILD_DIR}" "${SNARKJS}" "${CIRCUIT_NAME}")

0 comments on commit d7c0e65

Please sign in to comment.