Home | Trees | Indices | Help |
|
---|
|
object --+ | SHA256Hash
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
digest_size = 32 The size of the resulting hash in bytes. |
|
block_size = 64 The internal block size of the hash algorithm in bytes. |
|
oid =
ASN.1 Object ID |
Properties | |
Inherited from |
Method Details |
|
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:
|
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.
|
Return the printable digest of the message that has been hashed so far. This method does not change the state of the hash object.
|
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.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 16 14:05:21 2017 | http://epydoc.sourceforge.net |