ghc-puremd5 2.1.4
Haskell implementation of the MD5 hash algorithm
This package provides a Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports the crypto-api
class interface.
- Outputs:
out
- Website: https://github.com/TomMD/pureMD5
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-puremd5 2.1.4
as follows:
guix install ghc-puremd5@2.1.4
Or install the latest version:
guix install ghc-puremd5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.