projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dca3ba
)
remove comment
author
Joey Hess
<joeyh@joeyh.name>
Wed, 18 Aug 2021 17:02:02 +0000
(13:02 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 18 Aug 2021 17:02:02 +0000
(13:02 -0400)
This comment used to be in Crypto, where it made sense, but it does not
really make any sense in Utility.Hash
Utility/Hash.hs
patch
|
blob
|
history
diff --git
a/Utility/Hash.hs
b/Utility/Hash.hs
index e843e740eaadc2d22025802a2fc7c16eab268b1e..c74df4183b6c0f5e873dc5455483c31563b57e19 100644
(file)
--- a/
Utility/Hash.hs
+++ b/
Utility/Hash.hs
@@
-237,10
+237,6
@@
props_hashes_stable = map (\(desc, hasher, result) -> (desc ++ " stable", hasher
where
foo = L.fromChunks [T.encodeUtf8 $ T.pack "foo"]
-{- File names are (client-side) MAC'ed on special remotes.
- - The chosen MAC algorithm needs to be same for all files stored on the
- - remote.
- -}
data Mac = HmacSha1 | HmacSha224 | HmacSha256 | HmacSha384 | HmacSha512
deriving (Eq)