diff options
-rw-r--r-- | cryptography/hazmat/primitives/interfaces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index 3d345a99..ba6436e0 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -475,6 +475,7 @@ class DSAPublicKey(six.with_metaclass(abc.ABCMeta)): The params associated with a DSA keypair """ + class AsymmetricSignatureContext(six.with_metaclass(abc.ABCMeta)): @abc.abstractmethod def update(self, data): |