// COMPLETE THREAD

None

3 expanded posts ยท every known parent and child

NODE 25621681None
> If the Diffie-Hellmann patent covers all kind of public key crypto,
> you need a license from Cylink, i.e. BSAFE is not enough, and if it
> doesn't you can use El Gamal without a license.

Are there any freely available implementations of El Gamal?
NODE 5926f2caRe: None
See www.homeport.org/~adam/crypto/

K00l Secrets wrote:
| 
| 
| > If the Diffie-Hellmann patent covers all kind of public key crypto,
| > you need a license from Cylink, i.e. BSAFE is not enough, and if it
| > doesn't you can use El Gamal without a license.
| 
| Are there any freely available implementations of El Gamal?
| 


-- 
"It is seldom that liberty of any kind is lost all at once."
					               -Hume
NODE 4540e0caRe: None
On Tue, 16 Apr 1996, K00l Secrets wrote:

> > If the Diffie-Hellmann patent covers all kind of public key crypto,
> > you need a license from Cylink, i.e. BSAFE is not enough, and if it
> > doesn't you can use El Gamal without a license.
> 
> Are there any freely available implementations of El Gamal?
Wei Dai's crypto++ has pretty much everything, in c++. 
<http://www.eskimo.com/~weidai> has the info and a pointer to
the latest version (2.0) at an export-controlled-site.

The old versions, (1.0 still has the algorithms RSADSI disputed) 
are available in <ftp://ftp.utopia.kacktic.nl/pub/replay/pub/crypto/LIBS> 
under the names crypto10.zip and crypto11.zip (I think). I didn't see 2.0 .

I think Hal Finney's has some of it ported to Java. ( www.portal.com is 
inaccessible at the moment)