Support AES and SHA hw acceleration on esp32-wroom-32
Removed unnecessary codes Added README Some clean up for maintenancebility Removed unused methods Removed unused methods
This commit is contained in:
@@ -68,7 +68,11 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
|
||||
wolfcrypt/src/port/devcrypto/devcrypto_hash.c \
|
||||
wolfcrypt/src/port/devcrypto/wc_devcrypto.c \
|
||||
wolfcrypt/src/port/devcrypto/README.md \
|
||||
wolfcrypt/src/port/mynewt/mynewt_port.c
|
||||
wolfcrypt/src/port/mynewt/mynewt_port.c \
|
||||
wolfcrypt/src/port/Espressif/esp32_aes.c \
|
||||
wolfcrypt/src/port/Espressif/esp32_sha.c \
|
||||
wolfcrypt/src/port/Espressif/esp32_util.c
|
||||
|
||||
|
||||
if BUILD_CRYPTODEV
|
||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/cryptodev.c
|
||||
|
||||
Reference in New Issue
Block a user