17 Jan
2001
17 Jan
'01
7:11 p.m.
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 if a better optimised version could be written although I may look into this). I've put the code at http://c93.keble.ox.ac.uk/~ian/md5/ License is GPL. Ian
18 Jan
18 Jan
3:52 p.m.
On Wed, Jan 17, 2001 at 07:11:40PM +0000, 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
9336
Age (days ago)
9353
Last active (days ago)
2 comments
2 participants
participants (2)
-
Hannah Schroeter -
Ian Lynagh