Open
Description
Library ucryptolib
is now cryptolib
. That means that definitions to enable AES CTR are now different:
Should now be:
#define MICROPY_PY_CRYPTOLIB_CTR (1)
This issue has been observed in a MicroPython v1.23.0-preview.75.g46e833b07.dirty
build for an ESP32 device, but it probably happens in v1.22 and Pico W too (documentation reflects that change of name) and we will eventually have to make that change effective when v1.23 is officially released.