Package: ghc-sha Version: 1.6.4.2 Revision: 1 Source: http://hackage.haskell.org/package/SHA-%v/SHA-%v.tar.gz Source-Checksum: SHA256(c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c) SourceDirectory: SHA-%v Depends: << ghc (>= 7.10.3-1), ghc (<< 7.10.4-1), ghc-binary (>= 0.7-1), ghc-binary (<< 10000-1) << Shlibs: << @rpath/libHSSHA-1.6.4.2-5UAjuQFk3B05juli1FUvu0-ghc7.10.3.dylib 0.0.0 %n (>= 1.6.4.2-1) << CompileScript: << runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n runghc Setup.hs build runghc Setup.hs haddock runghc Setup.hs register --gen-script runghc Setup.hs unregister --gen-script << InstallScript: runghc Setup.hs copy --destdir=%d DocFiles: LICENSE register.sh unregister.sh PostInstScript: %p/share/doc/%n/register.sh PreRmScript: sh %p/share/doc/%n/unregister.sh Description: SHA message digest functions DescDetail: << This library implements the SHA suite of message digest functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC routines. The functions have been tested against most of the NIST and RFC test vectors for the various functions. While some attention has been paid to performance, these do not presently reach the speed of well-tuned libraries, like OpenSSL. << Homepage: http://hackage.haskell.org/package/SHA License: BSD Maintainer: None