micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.39k stars 994 forks source link

python-stdlib/hmac/hmac: Fix for hashlib. #789

Closed Pharkie closed 7 months ago

Pharkie commented 8 months ago

hashlib has no .new method?

dpgeorge commented 7 months ago

Thanks for the fix.

Actually the version of hashlib in this repository does provide a new() function, but the built-in library does not. So this is a good fix.