PBKDF2 0.1 → 0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- PBKDF2.cabal +3/−3
PBKDF2.cabal view
@@ -1,10 +1,10 @@ Name: PBKDF2-Version: 0.1+Version: 0.2 License: BSD3 License-file: bsd3.txt Description: Implementation of Password-Based Key Derivation Function, aka pbkdf2, from RSA labs. http://tools.ietf.org/html/rfc2898#section-5.2- I'll deprecate this if it's adopted into the Crypto package.+ I'll deprecate this if it gets folded into an already-existing crypto package. Synopsis: Make password-based security schemes more secure. Maintainer: Thomas Hartman <thomashartman1 at gmail>@@ -13,6 +13,6 @@ Copyright: Copyright (c) 2008 Thomas Hartman Exposed-Modules: Crypto.PBKDF2 Build-Depends: base, bytestring, Crypto, haskell98, binary-Category: Crypto+Category: Cryptography Build-type: Simple