:mod:`hmac` --- Keyed-Hashing for Message Authentication
Source code: :source:`Lib/hmac.py`
This module implements the HMAC algorithm as described by RFC 2104.
An HMAC object has the following methods:
A hash object has the following attributes:
This module also provides the following helper function: