@hackage cryptohash-sha10.11.101.0
Fast, pure and practical SHA-1 implementation
Categories
License
BSD-3-Clause
Maintainer
https://github.com/haskell-hvr/cryptohash-sha1
Links
Versions
- 0.11.101.0 Wed, 1 Jan 2025
- 0.11.100.1 Tue, 15 Jun 2021
- 0.11.100.0 Sat, 14 May 2016
- 0.11.7.2 Sat, 14 May 2016
- 0.11.7.1 Fri, 13 May 2016
Installation
Tested Compilers
Dependencies (2)
- base >=4.5 && <5
- bytestring >=0.9.2 && <0.13 Show all…
Dependents (30)
@hackage/nri-redis, @hackage/trek-db, @hackage/OTP, @hackage/hnix-store-core, @hackage/store, @hackage/cryptol, Show all…
A practical incremental and one-pass, pure API to the SHA-1 hash algorithm (including HMAC support) with performance close to the fastest implementations available in other languages.
The implementation is made in C with a haskell FFI wrapper that hides the C implementation.
NOTE: This package has been forked off cryptohash-0.11.7 because the cryptohash package has been
deprecated and so this package continues to satisfy the need for a lightweight package
providing the SHA1 hash algorithm without any dependencies on packages other than
base and bytestring.
Consequently, this package can be used as a drop-in replacement for cryptohash's
Crypto.Hash.SHA1 module, though with a clearly smaller footprint.