| Home | Trees | Indices | Help |
|
|---|
|
|
hashalgo.HashAlgo --+
|
SHA1Hash
| Instance Methods | |||
|
|||
|
|||
| Inherited from hashalgo.HashAlgo | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
| Class Variables | |
oid = ASN.1 Object identifier (OID): |
|
digest_size = 20The size of the resulting hash in bytes. |
|
| Method Details |
|
Return a fresh instance of the hash object. Unlike the copy method, the internal state of the object is empty.
|
| Class Variable Details |
oidASN.1 Object identifier (OID):
id-sha1 OBJECT IDENTIFIER ::= {
iso(1) identified-organization(3) oiw(14) secsig(3)
algorithms(2) 26
}
This value uniquely identifies the SHA-1 algorithm.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 24 09:02:37 2012 | http://epydoc.sourceforge.net |