python: Port _hashlib to BearSSL

This commit is contained in:
Michael Forney
2021-05-16 01:12:58 -07:00
parent a13fa66f67
commit 732d09a691
5 changed files with 2284 additions and 28 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ return {
--_ctypes_test={'_ctypes/_ctypes_test.c'},
--_decimal={'_decimal/_decimal.c'},
_ssl={'_ssl.c'},
_hashlib={'_hashopenssl.c'},
_hashlib={'_hashbearssl.c'},
--_sha256={'sha256module.c'},
--_sha512={'sha512module.c'},
--_md5={'md5module.c'},