We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c034a commit fdc61caCopy full SHA for fdc61ca
tools/CMakeLists.txt
@@ -448,7 +448,8 @@ endfunction()
448
# \brief_nodesc\ Encrypt the taget binary
449
#
450
# Encrypt the target binary with the given AES key (should be a binary
451
-# 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),
452
+# and sign the encrypted binary.
453
454
# Salts the public IV with the provided IVFILE (should be a binary file
455
# containing 16 bytes of a random IV), to give the IV used by the encryption.
0 commit comments