From 57b5ec79e7c830c277fca53a2d5663c2b10ca69b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Aug 2021 13:02:02 -0400 Subject: [PATCH] remove comment 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Utility/Hash.hs b/Utility/Hash.hs index e843e740ea..c74df4183b 100644 --- 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) -- 2.30.2