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 : obs://build_opensuse_org/home:ShikharJ
Release : 1.3 Date : 2019-01-13 19:45:56
Group : Development/Libraries/Haskell Source RPM : ghc-cryptohash-0.11.9-1.3.src.rpm
Size : 0.32 MB
Packager : (none)
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/home:/ShikharJ:/HaskellUpdate/SLE_12_Backports/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-cryptohash
ghc-cryptohash(x86-64)
libHScryptohash-0.11.9-H9VoBZEajqM5US6nUKg1Uj-ghc8.2.2.so()(64bit)

Requires :
libc.so.6()(64bit)
libHSinteger-gmp-1.0.1.0-ghc8.2.2.so()(64bit)
libHSarray-0.5.2.0-ghc8.2.2.so()(64bit)
libHSghc-prim-0.5.1.1-ghc8.2.2.so()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHSbytestring-0.10.8.2-ghc8.2.2.so()(64bit)
libpthread.so.0()(64bit)
libHSmemory-0.14.16-90ZvZkwyKaT183ULDNL3KX-ghc8.2.2.so()(64bit)
libHSfoundation-0.0.20-HOitMdSXh1H2RFYoixhqVb-ghc8.2.2.so()(64bit)
libHSbase-4.10.1.0-ghc8.2.2.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHScryptonite-0.25-5Qt8lCDS7kY7ywQHp0EB10-ghc8.2.2.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libm.so.6()(64bit)
libHSdeepseq-1.4.3.0-ghc8.2.2.so()(64bit)
libHSbasement-0.0.7-IRcTCDmYoctGxt4FUYqdQc-ghc8.2.2.so()(64bit)
libHSbyteable-0.1.1-4PLPgH6a2E14oN7yL5y3oL-ghc8.2.2.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.2.2/cryptohash-0.11.9-H9VoBZEajqM5US6nUKg1Uj
/usr/lib64/ghc-8.2.2/cryptohash-0.11.9-H9VoBZEajqM5US6nUKg1Uj/libHScryptohash-0.11.9-H9VoBZEajqM5US6nUKg1Uj-ghc8.2.2.so
/usr/share/licenses/ghc-cryptohash
/usr/share/licenses/ghc-cryptohash/LICENSE

 
ICM