TrustworthyComputing / REDsec

MIT License
9 stars 3 forks source link

terminate called after throwing an instance of 'std::invalid_argument' what(): stoi #1

Closed p719967821 closed 3 months ago

p719967821 commented 3 months ago

image When I run make gpu-encrypt, this problem occurs. What is the matter?

cgouert commented 3 months ago

I can't seem to replicate the issue; did you generate the keypair with make redcufhe-keygen and encrypted image with make redcufhe-encrypt-image in the client directory?

p719967821 commented 3 months ago

Sorry, I found that this problem was caused by my misoperation. I didn't execute the keygen and encrypt-image of the gpu version before. In addition, I'm very grateful for your open source code and your timely reply. This is really a great open source library.

cgouert commented 3 months ago

Glad it was a simple fix; thank you very much!