summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-16 23:02:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-16 23:02:09 -0400
commitd82898841581bab7785a0010f49e21c5eec5b51b (patch)
tree81bbc7d47ce66917987cf895efdd15207bdf0c94 /doc
parent480cc353c46d88c55b252fbb6c5dc4feff08995c (diff)
proper encrypted keys
For HMAC, using the Data.Digest.Pure.SHA library. I have been avoiding this library for checksumming generally, since it's (probably) not as fast as external utilities, but it's fine to use it for HMAC.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 746352cb8..7a0c6020b 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -13,6 +13,7 @@ To build and use git-annex, you will need:
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
* utf8-string: <http://hackage.haskell.org/package/utf8-string>
+* SHA: <http://hackage.haskell.org/package/SHA>
* TestPack <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack>
* QuickCheck 2 <http://hackage.haskell.org/package/QuickCheck>
* hS3 <http://hackage.haskell.org/package/hS3> (optional, but recommended)