diff options
| author | Yonatan Goldschmidt | 2019-04-23 12:39:05 +0300 |
|---|---|---|
| committer | Damien George | 2019-05-06 18:09:48 +1000 |
| commit | ef9843653b795b650e1fe77e22f87e3523bd0a08 (patch) | |
| tree | 03e184551ea430f8e5d95cc40748f7af5c8773df /ports | |
| parent | 906fb89fd778cb695ba81c871086fe1ce340e681 (diff) | |
extmod/moducryptolib: Add AES-CTR support.
Selectable at compile time via MICROPY_PY_UCRYPTOLIB_CTR. Disabled by
default.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/unix/mpconfigport_coverage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/mpconfigport_coverage.h b/ports/unix/mpconfigport_coverage.h index 87bf8454c..f3fbee6bf 100644 --- a/ports/unix/mpconfigport_coverage.h +++ b/ports/unix/mpconfigport_coverage.h @@ -58,6 +58,7 @@ #define MICROPY_PY_FRAMEBUF (1) #define MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT (1) #define MICROPY_PY_UCRYPTOLIB (1) +#define MICROPY_PY_UCRYPTOLIB_CTR (1) // TODO these should be generic, not bound to fatfs #define mp_type_fileio mp_type_vfs_posix_fileio |
