pureMD5: A Haskell-only implementation of the MD5 digest (hash) algorithm.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- Declared and used flag sets differ: test /= .
A Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports the crypto-api class interface.
Properties
Versions | 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.1.0.0, 2.0.0.0, 2.1.0.0, 2.1.0.1, 2.1.0.2, 2.1.0.3, 2.1.2, 2.1.2.1, 2.1.3, 2.1.4, 2.1.4 |
---|---|
Change log | None available |
Dependencies | base (>=4 && <5), binary (>=0.4.0), bytestring (>=0.9), cereal (>=0.2), crypto-api, tagged [details] |
License | BSD-3-Clause |
Author | Thomas DuBuisson <thomas.dubuisson@gmail.com> |
Maintainer | Thomas DuBuisson |
Category | Data, Cryptography |
Source repo | head: git clone https://github.com/TomMD/pureMD5 |
Uploaded | by ThomasDuBuisson at 2021-10-14T01:50:50Z |
Modules
[Index] [Quick Jump]
- Data
- Digest
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
test | Build a test program | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- pureMD5-2.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees