BSD-3-Clause licensed by Dennis Gosnell, Felix Paulusma
This version can be pinned in stack with:password-types-1.0.1.0@sha256:75de121f8d7c1a5a904058da2f17e86f89f29fc2855f7e372148edbe8c208c96,2045

Module documentation for 1.0.1.0

password-types

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

This library provides datatypes for working with passwords and password hashes in Haskell.

Also, see the password package for functions to hash and check passwords.

Changes

Changelog for password-types

1.0.1.0

  • Removed memory dependency by implementing constEq in this package.
  • Exporting constEquals for reuse in other packages to minimize dependencies on memory or ram.

1.0.0.0

  • Split out this package from the password package to not saddle up users with a cryptonite dependency, when they might only want to use password data types.