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