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 : bp154.2.12 Date : 2022-05-09 12:43:57
Group : Unspecified Source RPM : ghc-cryptohash-0.11.9-bp154.2.12.src.rpm
Size : 0.33 MB
Packager : https://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-15-SP4/standard/x86_64

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-cryptohash
ghc-cryptohash(x86-64)
libHScryptohash-0.11.9-14PqMbA7YlRGTlyu1hfTOh-ghc8.10.7.so()(64bit)

Requires :
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSbasement-0.0.12-CTZ777ail2hHOrDOpE5nxE-ghc8.10.7.so()(64bit)
libHSbyteable-0.1.1-9wXy4BSvfFTBOLEIrkxw17-ghc8.10.7.so()(64bit)
libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit)
libHScryptonite-0.29-5Ot50LfbWDXD98t4Qxz2xf-ghc8.10.7.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)
libHSmemory-0.16.0-E7KniaqkBOF2gvR3pHXuBG-ghc8.10.7.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)
libm.so.6()(64bit)
libpthread.so.0()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.10.7/cryptohash-0.11.9
/usr/lib64/ghc-8.10.7/cryptohash-0.11.9/libHScryptohash-0.11.9-14PqMbA7YlRGTlyu1hfTOh-ghc8.10.7.so
/usr/share/licenses/ghc-cryptohash
/usr/share/licenses/ghc-cryptohash/LICENSE

 
ICM