[issue2678] hmac performance optimization

2008-04-24 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> 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 ->

[issue2678] hmac performance optimization

2008-04-24 Thread Nikolay Kim
New submission from Nikolay Kim <[EMAIL PROTECTED]>: i removed lambda in _strxor function -- components: Library (Lib) files: hmac.py.diff keywords: patch messages: 65720 nosy: fafhrd severity: normal status: open title: hmac performance optimization type: performance versions: Python 2.