vernamlab / cuFHE

CUDA-accelerated Fully Homomorphic Encryption Library
MIT License
211 stars 60 forks source link

Ctxt destructor fails when using cpu #10

Closed keithcolbert closed 6 years ago

keithcolbert commented 6 years ago

The lwe_sampledevice never gets initialized in cufhe_cpu.cc. This results in a segfault when the destructor is called.

WeiDaiWD commented 6 years ago

Hi Keith,

Is it fixed now?

Thanks.

keithcolbert commented 6 years ago

Yes it's fixed.

Thanks