aes encryption performance esp32-c3 and esp32-s3 #9401
Unanswered
puppet13th
asked this question in
Hardware & Peripherals
Replies: 1 comment 1 reply
-
You didn't show the code you used to test this, but assuming you're using https://docs.micropython.org/en/latest/library/cryptolib.html In which case these all use mbedtls, and on ESP32* we used the default config from the ESP IDF. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My lolin c3 mini and lolin s3 just arrived today. I'm curious about esp32-s3 performance compared to esp32-c3 and do aes encryption with these result:
lolin c3 mini:
lolin s3(no spiram firmware):
ESP32 d1-mini clone:
all board running at base clock(160mhz).
rp2040:
rp2040 placed last because lower frequency and does not have aes acceleration.
does esp32-s3 aes acceleration disabled in micropython?
Beta Was this translation helpful? Give feedback.
All reactions