Files
cpython/Lib
Andrew M. Kuchling 8fe2d2015d [Patch #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate()
instead of a more general XOR that has to construct a list.

Slightly modified from Maurer's patch: the _strxor() function is no longer
necessary at all.
2006-12-19 14:13:05 +00:00
..
2006-11-21 05:51:51 +00:00
2006-10-29 09:01:01 +00:00
2006-12-11 14:26:23 +00:00
2006-07-29 16:56:15 +00:00
2006-10-27 17:06:16 +00:00
2006-08-15 00:25:04 +00:00
2006-09-02 18:51:34 +00:00
2006-08-29 05:40:58 +00:00
2006-07-21 17:36:31 +00:00
2006-11-03 02:32:46 +00:00
2006-07-30 16:41:30 +00:00
2006-07-06 13:35:27 +00:00