@hackage pureMD52.0.0.0
A Haskell-only implementation of the MD5 digest (hash) algorithm.
Categories
License
BSD-3-Clause
Maintainer
Thomas DuBuisson
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- base >=4 && <5
- binary >=0.4.0 && <0.6.0
- bytestring >=0.9 && <0.10
- cereal >=0.2
- crypto-api >=0.0.0.1
- tagged Show all…
Dependents (89)
@hackage/craft, @hackage/EtaMOO, @hackage/drunken-bishop, @hackage/scrobble, @hackage/freckle-app, @hackage/yesod-fay, Show all…
Package Flags
littleendian
(off by default)
Set to true if the architecture is little endian (uses native Word32 loads instead of bytes + shifts, overall 40% speed-up)
test
(off by default)
Build a test program
A Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports the crypto-api class interface.