SeComLib icon indicating copy to clipboard operation
SeComLib copied to clipboard

Secure Computation Library

Results 2 SeComLib issues
Sort by recently updated
recently updated
newest added

Ideally, we shouldn't try to add `u` items in the DGK decryption map [here](https://github.com/mihaitodor/SeComLib/blob/f2652363c736edd875f9e28ad4cfbce72dc7e8fe/core/dgk.cpp#L512-L514), since we don't want to restrict the size of `u`. Instead, we should implement a mechanism...

Looking at [this code](https://github.com/mihaitodor/SeComLib/blob/f2652363c736edd875f9e28ad4cfbce72dc7e8fe/core/paillier.cpp#L240-L246) again, skipping the modulo `n^2` operation is probably a bad idea if the plaintext is a large number. I guess the optimal thing to do would...