SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-cryptohash rpm build for : OpenSuSE. For other distributions click ghc-cryptohash.

Name : ghc-cryptohash
Version : 0.11.9 Vendor : openSUSE
Release : 2.8 Date : 2016-09-14 00:51:57
Group : System/Libraries Source RPM : ghc-cryptohash-0.11.9-2.8.src.rpm
Size : 0.27 MB
Packager : http://bugs_opensuse_org
Summary : Collection of crypto hashes, fast, pure and practical
Description :
DEPRECATED: this library is still fully functional, but please use cryptonite
for new projects and convert old one to use cryptonite. This is where things
are at nowadays.

A collection of crypto hashes, with a practical incremental and one-pass, pure
APIs, with performance close to the fastest implementations available in other
languages.

The implementations are made in C with a haskell FFI wrapper that hide the C
implementation.

Simple examples using the unified API:

> import Crypto.Hash > > sha1 :: ByteString -> Digest SHA1 > sha1 = hash > >
hexSha3_512 :: ByteString -> String > hexSha3_512 bs = show (hash bs :: Digest
SHA3_512)

Simple examples using the module API:

> import qualified Crypto.Hash.SHA1 as SHA1 > > main = putStrLn $ show $
SHA1.hash (Data.ByteString.pack [0..255])

> import qualified Crypto.Hash.SHA3 as SHA3 > > main = putStrLn $ show $ digest
> where digest = SHA3.finalize ctx > ctx = foldl\' SHA3.update iCtx (map
Data.ByteString.pack [ [1,2,3], [4,5,6] ] > iCtx = SHA3.init 224.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-12/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-cryptohash-0.11.9-2.8.x86_64.rpm
     

Provides :
ghc-cryptohash
ghc-cryptohash(x86-64)
libHScryptohash-0.11.9-0sr828POwQIECBy4l12T91-ghc7.10.3.so()(64bit)

Requires :
libHSarray-0.5.1.0-67iodizgJQIIxYVTp4emlA-ghc7.10.3.so()(64bit)
libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM-ghc7.10.3.so()(64bit)
libHSbyteable-0.1.1-38yjJsjDRm9KusCn8Yo4aB-ghc7.10.3.so()(64bit)
libHSbytestring-0.10.6.0-6VWy06pWzJq9evDvK2d4w6-ghc7.10.3.so()(64bit)
libHScryptonite-0.15-F8W9M5THBW4FIZAr1UOHUh-ghc7.10.3.so()(64bit)
libHSdeepseq-1.4.1.1-6vMKxt5sPFR0XsbRWvvq59-ghc7.10.3.so()(64bit)
libHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3-ghc7.10.3.so()(64bit)
libHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS-ghc7.10.3.so()(64bit)
libHSmemory-0.13-AtLbf837cOS9kNhIuRhbe8-ghc7.10.3.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib64/ghc-7.10.3/crypt_0sr828POwQIECBy4l12T91
/usr/lib64/ghc-7.10.3/crypt_0sr828POwQIECBy4l12T91/libHScryptohash-0.11.9-0sr828POwQIECBy4l12T91-ghc7.10.3.so
/usr/share/doc/packages/ghc-cryptohash
/usr/share/doc/packages/ghc-cryptohash/LICENSE

 
ICM