Sefik Ilkin Serengil

Results 13 issues of Sefik Ilkin Serengil

Currently, we set the default key length of Goldwasser-Micali to 100 bits [here](https://github.com/serengil/LightPHE/blob/master/src/cryptosystems/GoldwasserMicali.py#L20). This is working fine. However, if we increase the key length (e.g. 200 bits), then decryption fails....

bug

In the decryption steps of algorithms [Benaloh](https://github.com/serengil/LightPHE/blob/master/src/cryptosystems/Benaloh.py#L150), [Naccache-Stern](https://github.com/serengil/LightPHE/blob/master/src/cryptosystems/NaccacheStern.py#L225), and [Exponential ElGamal](https://github.com/serengil/LightPHE/blob/master/src/cryptosystems/ElGamal.py#L126), we are solving discrete logarithm problem with brute force. Instead, we can use some faster algorithms such as baby...

enhancement

Thank you for the project! As I see, you are using pytorch's img2vec to generate embeddings. As an alternative, we may consider checking a face is available in the image,...