Libraries Digest, Vol 5, Issue 4
Simon Marlow
simonmar at microsoft.com
Mon Jan 12 09:39:45 EST 2004
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 at haskell.org
> [mailto:libraries-bounces at haskell.org] On Behalf Of Simon Marlow
> Sent: 12 January 2004 09:33
> To: Dominic Steinitz; ashley at semantic.org; libraries at 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
> <benrg at dark.darkweb.com>,
> 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 at haskell.org
> > [mailto:libraries-bounces at haskell.org] On Behalf Of Dominic Steinitz
> > Sent: 10 January 2004 19:18
> > To: ashley at semantic.org; libraries at 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: <libraries-request at haskell.org>
> > To: <libraries at haskell.org>
> > Sent: Saturday, January 10, 2004 5:00 PM
> > Subject: Libraries Digest, Vol 5, Issue 4
> >
> >
> > > Send Libraries mailing list submissions to
> > > libraries at 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 at haskell.org
> > >
> > > You can reach the person managing the list at
> > > libraries-owner at 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" <dominic.steinitz at blueyonder.co.uk>
> > > To: <haskell at haskell.org>, <libraries at haskell.org>
> > > Subject: ANNOUNCE: Cryptographic Library for Haskell
> > > Message-ID:
> <041001c3d76a$366ca1a0$1464a8c0 at canterburysoftware.com>
> > > 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 /
> > 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 <ashley at semantic.org>
> > > To: libraries at haskell.org
> > > Cc: haskell at haskell.org
> > > Subject: Re: ANNOUNCE: Cryptographic Library for Haskell
> > > Message-ID: <ashley-A45F46.04373010012004 at sea.gmane.org>
> > > References:
> <041001c3d76a$366ca1a0$1464a8c0 at canterburysoftware.com>
> > > Precedence: list
> > > Message: 2
> > >
> > > In article
> <041001c3d76a$366ca1a0$1464a8c0 at canterburysoftware.com>,
> > > "Dominic Steinitz" <dominic.steinitz at blueyonder.co.uk> 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 at haskell.org
> > > http://www.haskell.org/mailman/listinfo/libraries
> > >
> > >
> > > End of Libraries Digest, Vol 5, Issue 4
> > > ***************************************
> >
> > _______________________________________________
> > Libraries mailing list
> > Libraries at haskell.org
> > http://www.haskell.org/mailman/listinfo/libraries
> >
>
More information about the Libraries
mailing list