Commit graph

4 commits

Author SHA1 Message Date
Dan Halbert
747b7619ea update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
fa1a2c02d3
Ensure the MBEDTLS_VERSION_NUMBER is defined 2023-12-22 19:44:21 -06:00
2768406ea6
Fix hashlib for espressif
due to mbedtls version skew, some macros need to be provided.

The espressif common-hal implementation is no longer needed.

The copyright of hashlib/__init__.h comes from micropython
extmod/modhashlib.c where I found the macro definitions.
2023-12-22 19:25:13 -06:00
080cc545b3
Share the implementation of hashlib across ports
.. many platforms can use mbedtls to implement hashlib.

Compile-tested with pico-w. Tested on feather rp2040 dvi.
2023-12-22 17:06:12 -06:00