serengil / LightPHE

A Lightweight Partially Homomorphic Encryption Library for Python
https://bit.ly/46vWz9w
MIT License
53 stars 5 forks source link

Goldwasser-Micali decryption fails for larger keys #3

Open serengil opened 10 months ago

serengil commented 10 months ago

Currently, we set the default key length of Goldwasser-Micali to 100 bits here. This is working fine. However, if we increase the key length (e.g. 200 bits), then decryption fails. We need to find out the root cause of this problem.