We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd83496 commit c0f179fCopy full SHA for c0f179f
tools/CMakeLists.txt
@@ -406,7 +406,8 @@ endfunction()
406
407
# pico_encrypt_binary(TARGET AESFILE IVFILE [SIGFILE <file>] [EMBED] [MBEDTLS] [OTP_KEY_PAGE <page>])
408
# Encrypt the target binary with the given AES key (should be a binary
409
-# file containing 128 bytes of a random key), and sign the encrypted binary.
+# file containing 128 bytes of a random key share, or 32 bytes of a random key),
410
+# and sign the encrypted binary.
411
# Salts the public IV with the provided IVFILE (should be a binary file
412
# containing 16 bytes of a random IV), to give the IV used by the encryption.
413
# This sets PICOTOOL_AESFILE to AESFILE, PICOTOOL_IVFILE to IVFILE, and
0 commit comments