From 4c999642f82d1936bead7dce1b9e2fdab86dc208 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 11 Sep 2013 16:26:49 -0700 Subject: ModeWithNonce is no longer used. --- cryptography/primitives/interfaces.py | 4 ---- 1 file changed, 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 -- cgit v1.2.3