Skip to content

Library ucryptolib is now cryptolib #8

Open
@realvarx

Description

@realvarx

Library ucryptolib is now cryptolib. That means that definitions to enable AES CTR are now different:

#define MICROPY_PY_UCRYPTOLIB_CTR (1)

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions