summaryrefslogtreecommitdiff
path: root/lib/Crypto/Hash/SHA256.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypto/Hash/SHA256.py')
-rw-r--r--lib/Crypto/Hash/SHA256.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Crypto/Hash/SHA256.py b/lib/Crypto/Hash/SHA256.py
index b0a99b3..46b7861 100644
--- a/lib/Crypto/Hash/SHA256.py
+++ b/lib/Crypto/Hash/SHA256.py
@@ -55,16 +55,6 @@ class SHA256Hash(HashAlgo):
:undocumented: block_size
"""
- #: ASN.1 Object identifier (OID)::
- #:
- #: id-sha256 OBJECT IDENTIFIER ::= {
- #: joint-iso-itu-t(2) country(16) us(840) organization(1)
- #: gov(101) csor(3) nistalgorithm(4) hashalgs(2) 1
- #: }
- #:
- #: This value uniquely identifies the SHA-256 algorithm.
- oid = b('\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01')
-
digest_size = 32
block_size = 64