Skip to content

Commit c0c034a

Browse files
committed
Improve docs for pico_encrypt_binary
Add newlines for readability, and explain why MbedTLS version is insecure
1 parent 80f9867 commit c0c034a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ endfunction()
460460
# This sets the target property PICOTOOL_EMBED_DECRYPTION to TRUE.
461461
#
462462
# Optionally, use MBEDTLS to to use the MbedTLS based decryption stage - this
463-
# is faster, but less secure.
463+
# is faster, but offers no security against power or timing sniffing attacks,
464+
# and takes up more code size.
464465
# This sets the target property PICOTOOL_USE_MBEDTLS_DECRYPTION to TRUE.
465466
#
466467
# Optionally, use OTP_KEY_PAGE to specify the OTP page storing the AES key.

0 commit comments

Comments
 (0)