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:
parent
1dca3ba26a
commit
57b5ec79e7
1 changed files with 0 additions and 4 deletions
|
@ -237,10 +237,6 @@ props_hashes_stable = map (\(desc, hasher, result) -> (desc ++ " stable", hasher
|
||||||
where
|
where
|
||||||
foo = L.fromChunks [T.encodeUtf8 $ T.pack "foo"]
|
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
|
data Mac = HmacSha1 | HmacSha224 | HmacSha256 | HmacSha384 | HmacSha512
|
||||||
deriving (Eq)
|
deriving (Eq)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue