singpolyma / OpenPGP-CryptoAPI

Implementation of cryptography for use with OpenPGP using the crypto-api libraries
ISC License
4 stars 3 forks source link

ElGamal encryption #2

Open clinty opened 12 years ago

clinty commented 12 years ago

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.

singpolyma commented 12 years ago

Somebody claiming to be clinty wrote:

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.

I thought ElGamal was encryption-only, and not signing?

Stephen Paul Weber, @singpolyma See http://singpolyma.net for how I prefer to be contacted edition right joseph

clinty commented 12 years ago

Er, right. Encryption.

singpolyma commented 11 years ago

ElGamal is still not exposed, but RSA decryption has been added, so this is a real feature that will need adding at some point.