summaryrefslogtreecommitdiff
path: root/lib/Crypto/Hash/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypto/Hash/__init__.py')
-rw-r--r--lib/Crypto/Hash/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Crypto/Hash/__init__.py b/lib/Crypto/Hash/__init__.py
index 1050c78..f16e253 100644
--- a/lib/Crypto/Hash/__init__.py
+++ b/lib/Crypto/Hash/__init__.py
@@ -50,7 +50,8 @@ The hashing modules here all support the interface described in `PEP
"""
__all__ = ['HMAC', 'MD2', 'MD4', 'MD5', 'RIPEMD160', 'SHA1',
- 'SHA224', 'SHA256', 'SHA384', 'SHA512']
+ 'SHA224', 'SHA256', 'SHA384', 'SHA512', 'CMAC']
+
__revision__ = "$Id$"
import sys