snucrypto / HEAAN

Other
359 stars 94 forks source link

Error for for run ./TestHEAAN #59

Closed by202 closed 3 years ago

by202 commented 3 years ago

Under the ~/HEAAN/HEAAN/run, I compiled the the TestHEAAN via "make" successfully.

But the error after I implement the "./TestHEAAN", which says " terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid Aborted (core dumped) " Any idea can help to solve this problem? Much appreciated.

by202 commented 3 years ago

I just found the solution from #26, it helps me to solve this issue.