-
Is ElGamal ECC encryption a planned feature?
-
Hello!
The [ElGamal](https://en.wikipedia.org/wiki/ElGamal_encryption) is available to be implemented!
Make sure to read our [contribution guidelines](https://github.com/rafaeelaudibert/Encrypto…
-
Algorithm names have historically been constructed as `(algid)(bit-length)`, which works for RSA, DSA, ElGamal etc. but not for elliptic curves, which are identified by their curve. This should be fix…
-
`ElGamal` is an asymmetric, non-deterministic public-key encryption system. Its security is equivalent to Diffie-Hellman, since both rely on the hardness of the discrete logarithm problem. This is a…
-
In cryptography, the ElGamal encryption system is an asymmetric key encryption algorithm for public-key cryptography which is based on the Diffie–Hellman key exchange. It was described by Taher Elga…
-
cryptocipher 0.3.3 adds Crypto.Cipher.ElGamal, though it is not an exposed module.
When it is exposed, presumably OpenPGP-CryptoAPI can do ElGamal signature operations.
-
https://github.com/microsoft/electionguard-python/issues/551
-
Currently, OpenSSL does not directly provide the ability to do encryption/decryption with ElGamal.
CyaSSL doesn't have it, either.
- [ ] ElGamal encryption
- [ ] ElGamal decryption
There should be a …
-
[ Began writing up some notes on this ~ Dec 3, 2021: ]
Can we allow voters to submit their votes, and have strong cryptographic confirmation that it was received, without ever revealing the links b…
-