Skip to content

Commit 4458fda

Browse files
author
brentru
committed
add sha1 and md5 to global init
1 parent 8c1bc35 commit 4458fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_hashlib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
except ImportError:
4545
from adafruit_hashlib._sha256 import sha224, sha256
4646
from adafruit_hashlib._sha512 import sha384, sha512
47+
from adafruit_hashlib._sha1 import sha1
48+
from adafruit_hashlib._md5 import md5
4749

4850
__version__ = "0.0.0-auto.0"
4951
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git"

0 commit comments

Comments
 (0)