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-19.14:58:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The performance increase is if you call hmac.new a lot. I did a benchmark on a relatively small amount of cleartext (50 bytes). This was actually something I needed to use.

One thing I found -- reusing teh same hmac option helps *ALOT* the hmac docs don't make it clear how much this will help.
History
Date User Action Args
2007-08-23 14:50:46adminlinkissue1618455 messages
2007-08-23 14:50:46admincreate