6

I'm looking for free implementations of the Elgamal encryption algorithm. As far as I can see, even though it's a widely known algorithm, there seems to be only two free implementations:

OpenSSL, beecrypt, Nettle do not implement Elgamal.

Are there any other free and well-tested Elgamal implementation that's missing from the list?

Jay
  • 9,585
  • 6
  • 49
  • 72

1 Answers1

0

Crypto++ has ElGamal support.

I used Crypto++ symmetric cryptography some while ago, it seemed to be well-supported and well-tested (it has a unit-test named ValidateElGamal()).

Uli Köhler
  • 13,012
  • 16
  • 70
  • 120