haskell-pwstore-fast 2.4.4-10build3 source package in Ubuntu

Changelog

haskell-pwstore-fast (2.4.4-10build3) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 01:20:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-pwstore-fast_2.4.4.orig.tar.gz 8.7 KiB 7219af66b6f762d9dd5376b3b25393d4d6626e390e9d9c9f87f6e3f13ea7fbb2
haskell-pwstore-fast_2.4.4-10build3.debian.tar.xz 3.3 KiB 5cb5b76abad38ab39ae3804a97beed359ecd1fc52b41550b0f506c130546dd4c
haskell-pwstore-fast_2.4.4-10build3.dsc 2.7 KiB d71c5100c7a71b28d582f9200a24ede5a9880644e0cf1cfc4ba1426a2d30bf5d

Available diffs

View changes file

Binary packages built by this source

libghc-pwstore-fast-dev: No summary available for libghc-pwstore-fast-dev in ubuntu hirsute.

No description available for libghc-pwstore-fast-dev in ubuntu hirsute.

libghc-pwstore-fast-doc: secure password storage; documentation

 To store passwords securely, they should be salted, then hashed with a
 slow hash function. This library uses PBKDF1-SHA256, and handles all
 the details. It uses the cryptohash package for speed; if you need a
 pure Haskell library, pwstore-purehaskell has the exact same API, but
 uses only pure Haskell. It is about 25 times slower than this package,
 but still quite usable.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pwstore-fast-prof: secure password storage; profiling libraries

 To store passwords securely, they should be salted, then hashed with a
 slow hash function. This library uses PBKDF1-SHA256, and handles all
 the details. It uses the cryptohash package for speed; if you need a
 pure Haskell library, pwstore-purehaskell has the exact same API, but
 uses only pure Haskell. It is about 25 times slower than this package,
 but still quite usable.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.