Skip to content

Commit

Permalink
mpc_tools: enable build for all curves
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed May 28, 2020
1 parent bab0023 commit 5465cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,6 @@ endif()
add_subdirectory(libzeth)
add_subdirectory(prover_server)
# For now the MPC for Groth16 only is tailored to the alt_bn128 pairing group
if(${ZKSNARK} STREQUAL "GROTH16" AND ${CURVE} STREQUAL "ALT_BN128")
if(${ZKSNARK} STREQUAL "GROTH16")
add_subdirectory(mpc_tools)
endif()

0 comments on commit 5465cd3

Please sign in to comment.