File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -411,11 +411,15 @@ endfunction()
411
411
# containing 16 bytes of a random IV), to give the IV used by the encryption.
412
412
# This sets PICOTOOL_AESFILE to AESFILE, PICOTOOL_IVFILE to IVFILE, and
413
413
# PICOTOOL_ENC_SIGFILE to SIGFILE if specified, else PICOTOOL_SIGFILE.
414
+ #
414
415
# Optionally, use EMBED to embed a decryption stage into the encrypted binary.
415
416
# This sets PICOTOOL_EMBED_DECRYPTION to TRUE.
417
+ #
416
418
# Optionally, use MBEDTLS to to use the MbedTLS based decryption stage - this
417
- # is faster, but less secure.
419
+ # is faster, but offers no security against power or timing sniffing attacks,
420
+ # and takes up more code size.
418
421
# This sets PICOTOOL_USE_MBEDTLS_DECRYPTION to TRUE.
422
+ #
419
423
# Optionally, use OTP_KEY_PAGE to specify the OTP page storing the AES key.
420
424
# This sets PICOTOOL_OTP_KEY_PAGE to OTP_KEY_PAGE.
421
425
function (pico_encrypt_binary TARGET AESFILE IVFILE)
You can’t perform that action at this time.
0 commit comments