encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
463 stars 132 forks source link

How does seal connect with ABY?segmentation fault occur. #156

Closed WangLuyao627 closed 4 years ago

WangLuyao627 commented 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.