[issue2678] hmac performance optimization

Amaury Forgeot d'Arc report at bugs.python.org
Thu Apr 24 15:19:13 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

issue1618455 (r53065) already improved performance and was probably
better: _strxor does not exist anymore, and has been replaced by a call
to translate().

----------
nosy: +amaury.forgeotdarc
resolution:  -> out of date
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2678>
__________________________________


More information about the Python-bugs-list mailing list