Open Commod0re opened 10 years ago
Currently, OpenSSL does not directly provide the ability to do encryption/decryption with ElGamal. CyaSSL doesn't have it, either.
There should be a way to implement this. I found a few options worth looking into:
I found this SO question with an answer leading to an implementation of ElGamal.
PyCrypto has an ElGamal implementation
Crypto++ also implements ElGamal
and of course, libgcrypt (see #41)
this is probably not coming soon; pushing it back to 0.5.0
Bump, would like to see this at some point.
Currently, OpenSSL does not directly provide the ability to do encryption/decryption with ElGamal. CyaSSL doesn't have it, either.
There should be a way to implement this. I found a few options worth looking into:
I found this SO question with an answer leading to an implementation of ElGamal.
PyCrypto has an ElGamal implementation
Crypto++ also implements ElGamal
and of course, libgcrypt (see #41)