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/
> >
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
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
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
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
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