From 9985ff7a63fe6fa087ff14a961833c30da302999 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Sun, 12 Oct 2014 13:05:34 +0800 Subject: Ooops. --- cryptography/hazmat/primitives/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index dacabb2e..295f5282 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -393,7 +393,7 @@ class KeyDerivationFunction(object): @six.add_metaclass(abc.ABCMeta) class CMACContext(object): @abc.abstractmethod - def update(self): + def update(self, data): """ Processes the provided bytes. """ -- cgit v1.2.3