From proff  Mon May 13 19:24:31 1996
Received: (proff@localhost) by suburbia.net (8.7.4/Proff-950810) id TAA25746 for best-of-security; Mon, 13 May 1996 19:24:30 +1000
Received: from toad.com (toad.com [140.174.2.1]) by suburbia.net (8.7.4/Proff-950810) with ESMTP id PAA05674 for <proff@suburbia.net>; Sun, 12 May 1996 15:17:56 +1000
Received: (from majordom@localhost) by toad.com (8.7.5/8.7.3) id VAA05885 for coderpunks-outgoing; Sat, 11 May 1996 21:54:38 -0700 (PDT)
Received: from mail.eskimo.com (root@mail.eskimo.com [204.122.16.4]) by toad.com (8.7.5/8.7.3) with ESMTP id VAA05880; Sat, 11 May 1996 21:54:33 -0700 (PDT)
Received: from eskimo.com (root@eskimo.com [204.122.16.13]) by mail.eskimo.com (8.7.3/8.6.12) with ESMTP id VAA00422; Sat, 11 May 1996 21:54:25 -0700 (PDT)
Received: from eskimo.com by eskimo.com (8.7.5) id VAA25108; Sat, 11 May 1996 21:54:21 -0700 (PDT)
Date: Sat, 11 May 1996 21:54:18 -0700 (PDT)
From: Wei Dai <weidai@eskimo.com>
To: Cypherpunks <cypherpunks@toad.com>, coderpunks@toad.com
Subject: Crypto++ 2.1
Message-ID: <Pine.SUN.3.93.960511214048.23870A-100000@eskimo.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: proff
Precedence: bulk

Crypto++ 2.1 has just been released.  You can find download instructions
on the Crypto++ home page at http://www.eskimo.com/~weidai/cryptlib.html.

Crypto++ is a free C++ class library of cryptographic primitives.  Changes
made in version 2.1 include:

    - added Tiger, HMAC, GOST, RIPE-MD160, LUCELG, LUCDIF, XOR-MAC,
      OAEP, PSSR, SHARK
    - added precomputation to DH, ElGamal, DSA, and elliptic curve
      algorithms
    - optimizations in elliptic curves over GF(p)
    - changed Rabin to use OAEP and PSSR
    - changed many classes to allow copy constructors to work correctly
    - improved exception generation and handling

This is likely to be the last major revision of Crypto++.  Future
versions will probably only be released for bug fixes and compliance to
new standards.

Wei Dai

P.S.  A new set of benchmarks done using Crypto++ 2.1 is available at
http://www.eskimo.com/~weidai/benchmarks.txt.

