This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bmaurer
Recipients
Date 2006-12-18.23:12:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached patch increases the performance of HMAC by a factor of 6. It does so by avoiding useing join/map in the strxor and using a lookup table. It would be faster just to do xor at the string level, but it's not clear that can be done without help from C.
History
Date User Action Args
2007-08-23 14:50:45adminlinkissue1618455 messages
2007-08-23 14:50:45admincreate