From ff0e5ad4093ccbb3f1935dd7753515c42c0484e5 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Tue, 4 Jan 2011 15:33:15 -0500 Subject: Additional random unit tests; fix a random unit test Patch as per Lorenz on the mailing list. --- Doc/pycrypt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/pycrypt.rst b/Doc/pycrypt.rst index 660d29b..20b7c7f 100644 --- a/Doc/pycrypt.rst +++ b/Doc/pycrypt.rst @@ -188,7 +188,7 @@ Here's an example, using the SHA-256 algorithm:: >>> m = SHA256.new() >>> m.update('abc') >>> m.digest() - ''\xbax\x16\xbf\x8f\x01\xcf\xeaAA@\xde]\xae"#\xb0\x03a\xa3\x96\x17z\x9c\xb4\x10\xffa\xf2\x00\x15\xad' + '\xbax\x16\xbf\x8f\x01\xcf\xeaAA@\xde]\xae"#\xb0\x03a\xa3\x96\x17z\x9c\xb4\x10\xffa\xf2\x00\x15\xad' >>> m.hexdigest() 'ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad' -- cgit v1.2.1