diff options
-rw-r--r-- | cryptography/hazmat/primitives/interfaces.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index bfe9c1da..245302e6 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -310,12 +310,6 @@ class DSAParams(six.with_metaclass(abc.ABCMeta)): in the DSA signing and verification processes." """ - @abc.abstractmethod - def generate(self): - """ - Generate DSA domain parameters. - """ - @abc.abstractproperty def p(self): """ |