remove comment

This comment used to be in Crypto, where it made sense, but it does not
really make any sense in Utility.Hash
This commit is contained in:
Joey Hess 2021-08-18 13:02:02 -04:00
parent 1dca3ba26a
commit 57b5ec79e7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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)