From: weidai@eskimo.com (Wei Dai) Newsgroups: comp.archives Subject: [sci.crypt] ANNOUNCE: release of Crypto++ 1.0 Date: 23 Jun 1995 02:19:01 GMT Archive-name: auto/sci.crypt/ANNOUNCE_release_of_Crypto_1_0 I have just released Crypto++ 1.0, a free C++ class library of cryptographic primitives. It includes: MD5, SHS, DES, IDEA, WAKE, RC4, RC5, Blowfish, Diamond, Diamond Lite, Sapphire, Luby-Rackoff, MDC, various modes (CFB, CBC, OFB, counter), DH, RSA, DSA, ElGamal, BBS, gzip compression, Shamir's secret sharing scheme, Rabin's information dispersal scheme, and zero-knowledge prover and verifier for graph isomorphism. There are also various miscellanous modules such as base 64 coding and 32-bit CRC. It has been compiled and tested with Borland C++ 4.5, MSVC 2.1, and G++ 2.6.3 on MS-DOS, Windows NT, and a variety of Unix machines. You are welcome to use it for any purpose without paying me, but see license.txt for the fine print. The source distribution can be found at ftp://ftp.csn.net/mpj/I_will_not_export/crypto_???????/libraries/crypto10.zip ftp://ftp.csn.net/mpj/README reveals the ??????? and ftp://miyako.dorm.duke.edu/mpj/crypto/libraries/crypto10.zip ftp://miyako.dorm.duke.edu/pub/GETTING_ACCESS reveals the non-anonymous ftp name and password. Please send any comments, suggestions, and bug reports to me at weidai@eskimo.com. I hope you find this library useful. Wei Dai