snucrypto/HEAAN

Error for for run ./TestHEAAN

by202 opened this issue · 1 comments

by202 commented

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

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