Re: MD5 in Haskell

2002-11-19 Thread Ian Lynagh
On Mon, Nov 11, 2002 at 09:39:08AM +, Ganesh Sittampalam wrote: > On Fri, 08 Nov 2002 09:57:08 +0100, Peter Thiemann > <[EMAIL PROTECTED]> wrote: > > >there used to be a Haskell implementation of MD5 and other cryptographic > >hashes available on > >http://c93.keble.ox.ac.uk/~ian/haskell/ > >

Re: MD5 in Haskell

2002-11-11 Thread Ganesh Sittampalam
On Fri, 08 Nov 2002 09:57:08 +0100, Peter Thiemann <[EMAIL PROTECTED]> wrote: >there used to be a Haskell implementation of MD5 and other cryptographic >hashes available on >http://c93.keble.ox.ac.uk/~ian/haskell/ >Unfortunately, this URL seems to be obsolete (I cannot access it and it >does not

MD5 in Haskell

2002-11-10 Thread Peter Thiemann
Folks, there used to be a Haskell implementation of MD5 and other cryptographic hashes available on http://c93.keble.ox.ac.uk/~ian/haskell/ Unfortunately, this URL seems to be obsolete (I cannot access it and it does not come up in Google anymore). If anybody out there still holds on to a copy o

Re: MD5 in Haskell

2001-02-03 Thread Hannah Schroeter
Hello! On Thu, Jan 18, 2001 at 03:52:08PM +, Ian Lynagh wrote: > [...] > 0.1.1 now there which changes the license to GPL/BSD so it can be used > as a drop-in replacement for the GHC code. Nice and a big thank you! Kind regards, Hannah. ___ Has

Re: MD5 in Haskell

2001-01-18 Thread Ian Lynagh
On Wed, Jan 17, 2001 at 07:11:40PM +, Ian Lynagh wrote: > > I've put the code at http://c93.keble.ox.ac.uk/~ian/md5/ > > License is GPL. 0.1.1 now there which changes the license to GPL/BSD so it can be used as a drop-in replacement for the GHC code. Ian

MD5 in Haskell

2001-01-17 Thread Ian Lynagh
I apologise if this is off topic for this list - I haven't been here long. Someone recently mentioned that the MD5 function in GHC uses C code to do the work so returns an IO String rather than a String. I have written an MD5 implementation in pure Haskell code (following the RFC - I don't know