[ANNOUNCE] rsa-haskell 2.0.0

David Sankel camio@yahoo.com
Sat, 7 Jun 2003 22:37:10 -0700 (PDT)


===================
rsa-haskell   2.0.0
===================

  RSA implementation in Haskell (rsa-haskell) contains
the Simple and Strong
Cryptography program set and Haskell libraries of
several cryptographic 
standards.  

  The libraries include haskell implementations of
SHA1, EME-OAEP, EMSA-PSS, 
MGF, RSAES-OAEP, and RSA-PSS.  These standards
implement signature/verification,
strong cryptography, and hashing.  Also included in
the library is a general
number theory library.

  The Simple and Strong Cryptography program set
contains simple programs for 
encrypting and decrypting files with public key
cryptography as well as
signature verification with public key cryptography.

Changes from 1.2.0 to 2.0.0:
----------------------------

  Added implementation for several standard
cryptographic protocols including
SHA1, EME-OAEP, EMSA-PSS, MGF, RSAES-OAEP, and
RSA-PSS.  Refactored client
code.  Program names are now ssdecrypt, ssencrypt,
sskeygen, sssign, and
ssverify.  Renamed client programs to the Simple and
Strong Cryptography 
program set.  

see 

  http://www.electronconsulting.com/rsa-haskell

for details.

David J. Sankel