aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorYonatan Goldschmidt2019-04-23 12:39:05 +0300
committerDamien George2019-05-06 18:09:48 +1000
commitef9843653b795b650e1fe77e22f87e3523bd0a08 (patch)
tree03e184551ea430f8e5d95cc40748f7af5c8773df /ports
parent906fb89fd778cb695ba81c871086fe1ce340e681 (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.h1
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