aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/primitives/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/primitives/interfaces.py')
-rw-r--r--cryptography/primitives/interfaces.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cryptography/primitives/interfaces.py b/cryptography/primitives/interfaces.py
index 6f74ccf7..c1fc9910 100644
--- a/cryptography/primitives/interfaces.py
+++ b/cryptography/primitives/interfaces.py
@@ -20,3 +20,7 @@ import six
class ModeWithInitializationVector(six.with_metaclass(abc.ABCMeta)):
pass
+
+
+class ModeWithNonce(six.with_metaclass(abc.ABCMeta)):
+ pass