> I think encryption based on discrete logarithm problem like DH does, I
> should try ElGamal?
> Do anybody know where to get C-sources for ElGamal?
You can easily implement ElGamal encryption based on OpenSSL.
If you need an example, look at my implementation in
ftp://mixmaster.anonymizer.com/mix-2.9b0.tar.gz (the functions
pgp_elgencrypt() and pgp_elgdecrypt() in Src/pgpdata.c).
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]