pbkdf 1.1.1.0 → 1.1.1.1
raw patch · 3 files changed
+14/−2 lines, 3 files
Files
- .hub +1/−0
- .project +11/−0
- pbkdf.cabal +2/−2
+ .hub view
@@ -0,0 +1,1 @@+atlas-pwstore-pbkdf
+ .project view
@@ -0,0 +1,11 @@+<?xml version="1.0" encoding="UTF-8"?>+<projectDescription>+ <name>hmac</name>+ <comment></comment>+ <projects>+ </projects>+ <buildSpec>+ </buildSpec>+ <natures>+ </natures>+</projectDescription>
pbkdf.cabal view
@@ -1,5 +1,5 @@ Name: pbkdf-Version: 1.1.1.0+Version: 1.1.1.1 Synopsis: Haskell implementation of the PBKDF functions from RFC-2898. Description: The Password Based Key Derivation Functions described in RFC-2898 with a test suite to verify that it works with the test vectors published in RFC6070. Homepage: https://github.com/cdornan/pbkdf@@ -16,7 +16,7 @@ Source-repository this type: git location: https://github.com/cdornan/pbkdf.git- tag: 1.1.1.0+ tag: 1.1.1.1 Source-repository head type: git