aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-09-11 16:26:49 -0700
committerDavid Reid <dreid@dreid.org>2013-09-11 16:26:49 -0700
commit4c999642f82d1936bead7dce1b9e2fdab86dc208 (patch)
tree2db22b29ecd94daf4bb0d906946c844365d057f1
parent07172ca3ccca988cb4de94af28c4ec3f10089a6c (diff)
downloadcryptography-4c999642f82d1936bead7dce1b9e2fdab86dc208.tar.gz
cryptography-4c999642f82d1936bead7dce1b9e2fdab86dc208.tar.bz2
cryptography-4c999642f82d1936bead7dce1b9e2fdab86dc208.zip
ModeWithNonce is no longer used.
-rw-r--r--cryptography/primitives/interfaces.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cryptography/primitives/interfaces.py b/cryptography/primitives/interfaces.py
index c1fc9910..6f74ccf7 100644
--- a/cryptography/primitives/interfaces.py
+++ b/cryptography/primitives/interfaces.py
@@ -20,7 +20,3 @@ import six
class ModeWithInitializationVector(six.with_metaclass(abc.ABCMeta)):
pass
-
-
-class ModeWithNonce(six.with_metaclass(abc.ABCMeta)):
- pass