commit | 9985ff7a63fe6fa087ff14a961833c30da302999 | [log] [tgz] |
---|---|---|
author | Terry Chia <terrycwk1994@gmail.com> | Sun Oct 12 13:05:34 2014 +0800 |
committer | Terry Chia <terrycwk1994@gmail.com> | Mon Oct 20 22:58:48 2014 +0800 |
tree | af797de13a1a7dad005f34c5f712d1f1580b5e61 | |
parent | 0d7439d171c0692959de175aa1040d5bba2313a0 [diff] |
Ooops.
diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index dacabb2..295f528 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py
@@ -393,7 +393,7 @@ @six.add_metaclass(abc.ABCMeta) class CMACContext(object): @abc.abstractmethod - def update(self): + def update(self, data): """ Processes the provided bytes. """