commit | 934d31b1d340f1d309d6ec6a861fa94077033b0f | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Mar 20 20:11:29 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Mar 20 20:11:29 2004 +0000 |
tree | 71b1c73badd16ae2d00737200f8fd8cae38f8733 | |
parent | 1515fc2a013b01819df823a155c6c19e35b9f71a [diff] |
Speed HMAC.copy() by installing a secret backdoor argument to HMAC.__init__(). Adapted from SF patch 895445 "hmac.HMAC.copy() speedup" by Trevor Perrin, who reported that this approach increased throughput of his hmac-intensive app by 30%.