remove comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 Aug 2021 17:02:02 +0000 (13:02 -0400)
committerJoey 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

index e843e740eaadc2d22025802a2fc7c16eab268b1e..c74df4183b6c0f5e873dc5455483c31563b57e19 100644 (file)
@@ -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)