mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
[FL-3950] Update mbedtls & expose AES (#4092)
* update mbedtls * expose mbedtls/aes.h * update f18 Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Submodule lib/mbedtls updated: edb8fec988...107ea89daa
@@ -6,6 +6,7 @@ env.Append(
|
||||
"#/lib/mbedtls/include",
|
||||
],
|
||||
SDK_HEADERS=[
|
||||
File("mbedtls/include/mbedtls/aes.h"),
|
||||
File("mbedtls/include/mbedtls/des.h"),
|
||||
File("mbedtls/include/mbedtls/sha1.h"),
|
||||
File("mbedtls/include/mbedtls/sha256.h"),
|
||||
@@ -37,6 +38,7 @@ libenv.AppendUnique(
|
||||
# sources = libenv.GlobRecursive("*.c*", "mbedtls/library")
|
||||
# Otherwise, we can just use the files we need:
|
||||
sources = [
|
||||
File("mbedtls/library/aes.c"),
|
||||
File("mbedtls/library/bignum.c"),
|
||||
File("mbedtls/library/bignum_core.c"),
|
||||
File("mbedtls/library/ecdsa.c"),
|
||||
|
||||
Reference in New Issue
Block a user