add a software based cross platform AES-CTR implementation

This commit is contained in:
Kevin Hester
2021-01-02 18:20:51 +08:00
parent e627725dfc
commit a7f93de3ad
3 changed files with 85 additions and 3 deletions
+3
View File
@@ -314,6 +314,9 @@ src_filter = ${env.src_filter} -<esp32/> -<nimble/> -<nrf52/> -<meshwifi/>
build_flags = ${arduino_base.build_flags} -O0
framework = arduino
board = linux_x86_64
lib_deps =
${arduino_base.lib_deps}
rweather/Crypto
; The GenieBlocks LORA prototype board
[env:genieblocks_lora]