MD5 in Haskell
This is a pretty straightforward implementation of
MD5
in Haskell. It comes with a simple program like that included
with dpkg as well as having a test mode to check it is
working. There is a small amount of kludginess to get around
incompatibilities in the Haskell implementations when it was
written, but I could (will) probably clean this up for a
0.3.0 release using the datatypes in the FFI libraries.
The latest release is 0.2.7. You can grab the
tarball or browse the
contents. Alternatively,
jump back in time to any of the previous releases:
Back to the main page.
|