SIGN IN SIGN UP

bpo-32433: Optimized HMAC digest (#5023)

The hmac module now has hmac.digest(), which provides an optimized HMAC
digest for short messages. hmac.digest() is up to three times faster
than hmac.HMAC().digest().

Signed-off-by: Christian Heimes <christian@python.org>
C
Christian Heimes committed
2f050c7e1b36bf641e7023f7b28b451454c6b98a
Parent: a49ac99
Committed by GitHub <noreply@github.com> on 1/27/2018, 8:53:43 AM