Home | Trees | Indices | Help |
|
---|
|
object --+ | Crypto.Hash.MD4.MD4
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
|
Return a copy ("clone") of the hash object. The copy will have the same internal state as the original hash object. This can be used to efficiently compute the digests of strings that share a common initial substring.
|
Return the binary (non-printable) digest of the message that has been hashed so far. This method does not change the state of the hash object. You can continue updating the object after calling this function. characters, including null bytes.
|
Return the printable digest of the message that has been hashed so far. This method does not change the state of the hash object. hexadecimal ASCII digits.
|
|
Continue hashing 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:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 15 01:06:36 2019 | http://epydoc.sourceforge.net |