File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ h2 = 0x98BADCFE
92
92
h3 = 0x10325476
93
93
94
94
-- | Processes a lazy ByteString and returns the md5 digest.
95
- -- This is probably what you want.
95
+ -- This is probably what you want. You can use 'show' to produce the standard hex
96
+ -- representation.
96
97
md5 :: L. ByteString -> MD5Digest
97
98
md5 = hash
98
99
@@ -259,7 +260,7 @@ getNthWord n = right . G.runGet G.getWord32le . B.drop (n * sizeOf (undefined ::
259
260
-- | The raw bytes of an 'MD5Digest'. It is always 16 bytes long.
260
261
--
261
262
-- You can also use the 'Binary' or 'S.Serialize' instances to output the raw
262
- -- bytes. Alternatively you can use 'show' to prodce the standard hex
263
+ -- bytes. Alternatively you can use 'show' to produce the standard hex
263
264
-- representation.
264
265
--
265
266
md5DigestBytes :: MD5Digest -> B. ByteString
You can’t perform that action at this time.
0 commit comments