Home | Trees | Indices | Help |
|
---|
|
object --+ | _builtin_md4
pep-247 compatible implementation of MD4 hash algorithm .. attribute:: digest_size size of md4 digest in bytes (16 bytes) .. method:: update update digest by appending additional content .. method:: copy create clone of digest object, including current state .. method:: digest return bytes representing md4 digest of current content .. method:: hexdigest return hexdecimal version of digest
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
name =
|
|||
digestsize = 16 hash(x) |
|||
digest_size = 16 hash(x) |
|||
_count = 0 hash(x) |
|||
_state = None hash(x) |
|||
_buf = None hash(x) |
|||
_round1 =
|
|||
_round2 =
|
|||
_round3 =
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
_round1
|
_round2
|
_round3
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 12 10:32:47 2014 | http://epydoc.sourceforge.net |