Skip to content

Commit cce27c9

Browse files
author
brentru
committed
lcase md5
1 parent 4458fda commit cce27c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_hashlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git"
5252

5353
# FIPS secure hash algorithms supported by this library
54-
ALGOS_AVAIL = ["sha1", "MD5", "sha224", "sha256", "sha384", "sha512"]
54+
ALGOS_AVAIL = ["sha1", "md5", "sha224", "sha256", "sha384", "sha512"]
5555

5656
def new(algo, data=b""):
5757
"""Creates a new hashlib object.

0 commit comments

Comments
 (0)