[Haskell-beginners] Best MD5 module?
Dan Stromberg
strombrg at gmail.com
Thu Nov 12 22:30:28 UTC 2015
Hi again folks.
What's the best module for doing an MD5 hash?
More specifically, I want to hash the first few dozen K of a file, and then
the entire file - to get two different hashes.
I'm seeing at least 3 modules for it:
https://hackage.haskhell.org/package/cryptohash-0.11.6/docs/Crypto-Hash-MD5.html
https://hackage.haskell.org/package/pureMD5-2.1.2.1/docs/Data-Digest-Pure-MD5.html
https://hackage.haskell.org/package/MissingH-1.3.0.1/docs/Data-Hash-MD5.html
Which is best?
Thanks!
--
Dan Stromberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20151112/f99c8daf/attachment.html>
More information about the Beginners
mailing list