RE: Libraries Digest, Vol 5, Issue 4

Oops, instead of "will be removed in 6.4" I should have said "was removed in 6.2" of course. Cheers, Simon
-----Original Message----- From: libraries-bounces@haskell.org [mailto:libraries-bounces@haskell.org] On Behalf Of Simon Marlow Sent: 12 January 2004 09:33 To: Dominic Steinitz; ashley@semantic.org; libraries@haskell.org Subject: RE: Libraries Digest, Vol 5, Issue 4
The existing MD5 library will be removed in GHC 6.4. Another MD5 library has been submitted by Ben Rudiak-Gould
, which is attached to this message. I haven't looked at it yet - please let me know whether it suits your needs. Cheers, Simon
-----Original Message----- From: libraries-bounces@haskell.org [mailto:libraries-bounces@haskell.org] On Behalf Of Dominic Steinitz Sent: 10 January 2004 19:18 To: ashley@semantic.org; libraries@haskell.org Subject: Re: Libraries Digest, Vol 5, Issue 4
Ashley,
There already is an MD5 module in ghc in package util. I could include an md5 function in the cryptographic library if you would find it useful.
Dominic.
----- Original Message ----- From:
To: Sent: Saturday, January 10, 2004 5:00 PM Subject: Libraries Digest, Vol 5, Issue 4 Send Libraries mailing list submissions to libraries@haskell.org
To subscribe or unsubscribe via the World Wide Web, visit http://www.haskell.org/mailman/listinfo/libraries or, via email, send a message with subject or body 'help' to libraries-request@haskell.org
You can reach the person managing the list at libraries-owner@haskell.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Libraries digest..."
Today's Topics:
1. ANNOUNCE: Cryptographic Library for Haskell (Dominic Steinitz) 2. Re: ANNOUNCE: Cryptographic Library for Haskell (Ashley Yakeley)
----------------------------------------------------------------------
Date: Sat, 10 Jan 2004 11:09:27 -0000 From: "Dominic Steinitz"
To: , Subject: ANNOUNCE: Cryptographic Library for Haskell Message-ID: Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: list Message: 1
I would like to annouce a new release of the Haskell Cryptographic Library (1.0.1). See http://www.haskell.org/crypto/ReadMe.html for more details.
This library collects together existing Haskell cryptographic functions and augments them so that they:
* Have common type signatures. * Can be used with the standard mode and padding algorithms (in the case of block mode ciphers).
This release includes much improved support for public /
<041001c3d76a$366ca1a0$1464a8c0@canterburysoftware.com> private key pairs
and contains:
* DES * Blowfish * Cipher Block Chaining (CBC) mode * PKCS5 and nulls padding * SHA-1 * RSA * OAEP * ASN.1 * PKCS#8
Dominic Steinitz
------------------------------
Date: Sat, 10 Jan 2004 04:37:30 -0800 From: Ashley Yakeley
To: libraries@haskell.org Cc: haskell@haskell.org Subject: Re: ANNOUNCE: Cryptographic Library for Haskell Message-ID: References: <041001c3d76a$366ca1a0$1464a8c0@canterburysoftware.com> Precedence: list Message: 2 In article <041001c3d76a$366ca1a0$1464a8c0@canterburysoftware.com>, "Dominic Steinitz"
wrote: I would like to annouce a new release of the Haskell Cryptographic Library (1.0.1). See http://www.haskell.org/crypto/ReadMe.html for more details.
Do you have MD5?
-- Ashley Yakeley, Seattle WA
------------------------------
_______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries
End of Libraries Digest, Vol 5, Issue 4 ***************************************
_______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries
participants (1)
-
Simon Marlow