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 @@ -389,11 +389,15 @@ endfunction()
389
389
# containing 16 bytes of a random IV), to give the IV used by the encryption.
390
390
# This sets PICOTOOL_AESFILE to AESFILE, PICOTOOL_IVFILE to IVFILE, and
391
391
# PICOTOOL_ENC_SIGFILE to SIGFILE if specified, else PICOTOOL_SIGFILE.
392
+ #
392
393
# Optionally, use EMBED to embed a decryption stage into the encrypted binary.
393
394
# This sets PICOTOOL_EMBED_DECRYPTION to TRUE.
395
+ #
394
396
# Optionally, use MBEDTLS to to use the MbedTLS based decryption stage - this
395
- # is faster, but less secure.
397
+ # is faster, but offers no security against power or timing sniffing attacks,
398
+ # and takes up more code size.
396
399
# This sets PICOTOOL_USE_MBEDTLS_DECRYPTION to TRUE.
400
+ #
397
401
# Optionally, use OTP_KEY_PAGE to specify the OTP page storing the AES key.
398
402
# This sets PICOTOOL_OTP_KEY_PAGE to OTP_KEY_PAGE.
399
403
function (pico_encrypt_binary TARGET AESFILE IVFILE)
You can’t perform that action at this time.
0 commit comments