snucrypto / HEAAN

Other
359 stars 94 forks source link

Test HEAAN library have some trouble #26

Closed Dylan-yxn closed 5 years ago

Dylan-yxn commented 5 years ago

After I "make" in /run and try to ./TestHEAAN, It shows some problems: terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid

kimandrik commented 5 years ago

Hello, your second argument should be one of "Encrypt, EncryptSingle, Add, Mult, iMult, RotateFast, Conjugate". You can run "./TestHEAAN Encrypt" for example.

Dylan-yxn commented 5 years ago

Thank you! The test has passed.