Gregory P. Smith
|
a1e5387ec5
|
Backport r58868:
Fixes Issue 1385: The hmac module now computes the correct hmac when using
hashes with a block size other than 64 bytes (such as sha384 and sha512).
|
2007-11-06 00:32:04 +00:00 |
Neal Norwitz
|
f07b590d7e
|
Backport 51663:
Doc fix: hashlib objects don't always return a digest of 16 bytes.
|
2006-09-03 00:04:26 +00:00 |
Andrew M. Kuchling
|
e8058299a5
|
Grammar fix
|
2006-04-02 01:47:38 +00:00 |
Georg Brandl
|
caa94bd484
|
Correct misspellings.
|
2006-01-23 22:00:17 +00:00 |
Gregory P. Smith
|
7208af47f8
|
whoops, missed adding this last night in my hashlib commit
|
2005-08-22 18:31:41 +00:00 |