g3p-hash 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+7/−5 lines, 2 files
Files
- ChangeLog.md +4/−2
- g3p-hash.cabal +3/−3
ChangeLog.md view
@@ -28,8 +28,10 @@ some of clues that lead me to this result. I'd like to thank Guo-Qiang Zhang and George Voutsadakis for teaching me about-automata and the theory of computation, and to David Singer for introducing me-to number theory, RSA cryptography, and digital identity.+automata and the theory of computation, Dan Friedman and Amr Sabry for teaching+me about programming languages, Larry Moss for teaching me about quines, and to+David Singer for introducing me to number theory, RSA cryptography, and digital+identity. Finally, I'd like to thank the developers of HMAC, SHA256, PBKDF2, HKDF, and bcrypt for paving the way, Steve "sc00bz" Thomas and Soatok for sharing their
g3p-hash.cabal view
@@ -1,5 +1,5 @@ name: g3p-hash-version: 1.0.0.1+version: 1.0.0.2 synopsis: Global Password Prehash Protocol description: A password hash and key derivation function that provides embedded attributions in order to support self-documenting@@ -27,11 +27,11 @@ , tuplehash-utils , vector hs-source-dirs: lib+ include-dirs: csrc c-sources: csrc/bcrypt_raw.c csrc/blowfish.c- csrc/bcrypt_raw.h+ install-includes: csrc/bcrypt_raw.h csrc/g3p_blf.h- include-dirs: csrc ghc-options: -Wall default-language: Haskell2010