We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07167d9 commit d46d785Copy full SHA for d46d785
src/cryptography/hazmat/primitives/asymmetric/padding.py
@@ -91,8 +91,6 @@ class MGF(metaclass=abc.ABCMeta):
91
92
93
class MGF1(MGF):
94
- MAX_LENGTH = _MaxLength()
95
-
96
def __init__(self, algorithm: hashes.HashAlgorithm):
97
if not isinstance(algorithm, hashes.HashAlgorithm):
98
raise TypeError("Expected instance of hashes.HashAlgorithm.")
0 commit comments