Replies: 4 comments 1 reply
-
Please tell the |
Beta Was this translation helpful? Give feedback.
-
I use esp32, MicroPython 1.19 |
Beta Was this translation helpful? Give feedback.
-
For anyone ending up here not wanting to re-build their own firmware there's a native uPy md5 implementation with hashlib.md5 compatibility at: |
Beta Was this translation helpful? Give feedback.
-
md5 and similar hash functions would be great to distribute as native modules! Then one could just drop them in later. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try calculating md5 from some string. hashlib doesn't have md5 ?
AttributeError: 'module' object has no attribute 'md5'
ImportError: can't import name md5
what lib I can use?
I use esp32, MicroPython 1.19
MicroPython v1.19.1 on 2022-06-18; ESP32 module with ESP32
Flash: esp32-20220618-v1.19.1.bin
Beta Was this translation helpful? Give feedback.
All reactions