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.
2 parents 5b0d124 + 1268614 commit c1b3063Copy full SHA for c1b3063
adafruit_hashlib/_md5.py
@@ -26,8 +26,8 @@
26
MD5 Hash Algorithm.
27
* Author(s): Brent Rubell
28
"""
29
-# pylint: disable=too-few-public-methods
30
-class MD5():
+# pylint: disable=too-few-public-methods, invalid-name
+class md5():
31
"""RSA MD5 Algorithm class."""
32
def __init__(self, s=None):
33
raise NotImplementedError("MD5 digests not currently implemented in this module.")
0 commit comments