
12 Nov
2015
12 Nov
'15
5:30 p.m.
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.... https://hackage.haskell.org/package/pureMD5-2.1.2.1/docs/Data-Digest-Pure-MD... https://hackage.haskell.org/package/MissingH-1.3.0.1/docs/Data-Hash-MD5.html Which is best? Thanks! -- Dan Stromberg