Shai Halevi
Shai Halevi
HElib is probably mature enough now to start experimenting with other back-ends (i.e., other HE schemes), at least the ones that have the same plaintext spaces as BGV. In particular...
I wrote a short note with some thought of how to extend the CV concept to provide better assurance to end users, using a PKI similar to what exists for...
The name suggests that ct->CloneZero() should return an encryption of zero with the bookkeeping information of ct, but this doesn't seem to be the case. For example, the following code...
Trying to serialize/de-serialize the cryptocontext with `Serial::SerializeToFile(filename, cc, SerType::BINARY)` or `Serial::DeserializeFromFile(filename, cc, SerType::BINARY))` fails with the following error message: ``` terminate called after throwing an instance of 'cereal::Exception' what(): Trying...