Closed WangLuyao627 closed 4 years ago
I linked the SEAL library and the ABY library, but when I run abyfloat.cpp,segmentation fault appears. In CMakeList.txt, add SEAL::seal, the segmentation fault will occur. As follows:
"add_executable(w_SecurityFace_seal w_SecurityFace_seal.cpp) target_link_libraries(w_SecurityFace_seal ABY::aby SEAL::seal)"
I delete SEAL::seal and there was no segmentation fault.
I linked the SEAL library and the ABY library, but when I run abyfloat.cpp,segmentation fault appears. In CMakeList.txt, add SEAL::seal, the segmentation fault will occur. As follows:
"add_executable(w_SecurityFace_seal w_SecurityFace_seal.cpp) target_link_libraries(w_SecurityFace_seal ABY::aby SEAL::seal)"
I delete SEAL::seal and there was no segmentation fault.