high-performance HMAC module
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
I'm currently using a pure Python HMAC implementation in one of my applications based on the one in Paul Rubin's p2.py[1]. This application does lots of HMAC manipulation, and I wonder if it would be worth writing an HMAC module in C. On the other hand, I wonder how much this would really speed things up since the underlying hash function modules (sha, md5) are already written in C. Any ideas? Footnotes: 1. http://www.nightsong.com/phr/crypto/p2.py -- (http://tmda.sourceforge.net/)