| Trees | Indices | Help |
|
|---|
|
|
RFC2104 HMAC class.
This supports the API for Cryptographic Hash Functions (PEP 247).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Create a new HMAC object.
key: key for the keyed hash object.
msg: Initial input for the hash, if provided.
digestmod: A module supporting PEP 247. *OR*
A hashlib constructor returning a new hash object.
Defaults to hashlib.md5.
|
Return a separate copy of this hashing object. An update to this copy won't affect the original object. |
Return the hash value of this hashing object. This returns a string containing 8-bit data. The object is not altered in any way by this function; you can continue updating the object after calling this function. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:43:42 2008 | http://epydoc.sourceforge.net |