Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-cryptohash-0.11.9-lp152.5.4 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: ghc-cryptohash Distribution: openSUSE Leap 15.2
Version: 0.11.9 Vendor: openSUSE
Release: lp152.5.4 Build date: Fri May 22 00:13:30 2020
Group: Unspecified Build host: obs-arm-9
Size: 420889 Source RPM: ghc-cryptohash-0.11.9-lp152.5.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/cryptohash
Summary: Collection of crypto hashes, fast, pure and practical
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.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Wed May 16 2018 psimons@suse.com
  - Prefer the new %license attribute over %doc.
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 0.11.9 revision 0 with cabal2obs.
* Tue Mar 29 2016 mimi.vx@gmail.com
  - update to 0.11.9
* Mon Mar 21 2016 mimi.vx@gmail.com
  - update to 0.11.7
* Wed Apr 22 2015 mimi.vx@gmail.com
  - update to 0.11.6
* Wed Oct 30 2013 sbahling@suse.com
  - Update to version 0.11.0
    Use cabal-rpm spec file template

Files

/usr/lib64/ghc-8.10.1/cryptohash-0.11.9
/usr/lib64/ghc-8.10.1/cryptohash-0.11.9/libHScryptohash-0.11.9-FJGS5FSruaw7wMx6af6fVN-ghc8.10.1.so
/usr/share/licenses/ghc-cryptohash
/usr/share/licenses/ghc-cryptohash/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024