packages feed

pureMD5 0.2.1 → 0.2.2

raw patch · 2 files changed

+5/−4 lines, 2 files

Files

Data/Digest/Pure/MD5.hs view
@@ -8,7 +8,7 @@ -- Portability : portable, requires bang patterns and ByteString -- Tested with : GHC-6.8.1 ----- To get an MD5 digest of a lazy ByteString (you probably want this):+-- |To get an MD5 digest of a lazy ByteString (you probably want this): --   hash = md5 lazyByteString -- -- Alternativly, for a context that can be further updated/finalized:@@ -19,8 +19,9 @@ -----------------------------------------------------------------------------  module Data.Digest.Pure.MD5-	-- * Types-        ( MD5Context+	(+        -- * Types+         MD5Context         , MD5Digest         -- * Static data         , md5InitialContext
pureMD5.cabal view
@@ -1,5 +1,5 @@ name:		pureMD5-version:	0.2.1+version:	0.2.2 license:	BSD3 license-file:	LICENSE author:		Thomas DuBuisson <thomas.dubuisson@gmail.com>