Home | Trees | Indices | Help |
|
---|
|
object --+ | _SmoothMAC --+ | CMAC
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
digest_size = None The size of the authentication tag produced by the MAC. |
Properties | |
Inherited from |
Method Details |
|
Continue authentication of a message by consuming the next chunk of data. Repeated calls are equivalent to a single call with the concatenation of all the arguments. In other words:
is equivalent to:
|
Return a copy ("clone") of the MAC object. The copy will have the same internal state as the original MAC object. This can be used to efficiently compute the MAC of strings that share a common initial substring.
|
Return the binary (non-printable) MAC of the message that has been authenticated so far. This method does not change the state of the MAC object. You can continue updating the object after calling this function.
|
Return the printable MAC of the message that has been authenticated so far. This method does not change the state of the MAC object.
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 13 12:20:14 2015 | http://epydoc.sourceforge.net |