We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have seen in the official documentation the following information about ElGamal:
Even though ElGamal algorithms are in theory reasonably secure, in practice there are no real good reasons to prefer them to RSA instead.
I want to use ElGamal for homomorphic encryption, why can this algorithm no longer be used?
Since I can't use ElGamal, any advice on how to perform homomorphic encryption?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have seen in the official documentation the following information about ElGamal:
I want to use ElGamal for homomorphic encryption, why can this algorithm no longer be used?
Since I can't use ElGamal, any advice on how to perform homomorphic encryption?
Thanks
The text was updated successfully, but these errors were encountered: