From 3c98dd4ad5a971d3e0fc9d24f313b6384eba96c9 Mon Sep 17 00:00:00 2001 From: Simon Sievert Date: Mon, 25 Nov 2024 20:40:59 +0100 Subject: [PATCH] Bangle.js2 emulator: Enable crypto AES CCM --- boards/EMSCRIPTEN2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/EMSCRIPTEN2.py b/boards/EMSCRIPTEN2.py index e025d190b..071ba4444 100644 --- a/boards/EMSCRIPTEN2.py +++ b/boards/EMSCRIPTEN2.py @@ -28,6 +28,7 @@ 'LCD_MEMLCD', # 'FILESYSTEM', 'CRYPTO','SHA256','SHA512', + 'AES_CCM', # 'TLS', # 'TELNET', ],