We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f9867 commit c0c034aCopy full SHA for c0c034a
tools/CMakeLists.txt
@@ -460,7 +460,8 @@ endfunction()
460
# This sets the target property PICOTOOL_EMBED_DECRYPTION to TRUE.
461
#
462
# Optionally, use MBEDTLS to to use the MbedTLS based decryption stage - this
463
-# is faster, but less secure.
+# is faster, but offers no security against power or timing sniffing attacks,
464
+# and takes up more code size.
465
# This sets the target property PICOTOOL_USE_MBEDTLS_DECRYPTION to TRUE.
466
467
# Optionally, use OTP_KEY_PAGE to specify the OTP page storing the AES key.
0 commit comments