| 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 = 16hash(x) |
|||
digest_size = 16hash(x) |
|||
_count = 0hash(x) |
|||
_state = Nonehash(x) |
|||
_buf = Nonehash(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 11:00:30 2014 | http://epydoc.sourceforge.net |