Skip to content

Commit fdc61ca

Browse files
committed
Key can be 128 byte key share or 32 byte key
1 parent c0c034a commit fdc61ca

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
@@ -448,7 +448,8 @@ endfunction()
448448
# \brief_nodesc\ Encrypt the taget binary
449449
#
450450
# 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.
451+
# file containing 128 bytes of a random key share, or 32 bytes of a random key),
452+
# and sign the encrypted binary.
452453
#
453454
# Salts the public IV with the provided IVFILE (should be a binary file
454455
# containing 16 bytes of a random IV), to give the IV used by the encryption.

0 commit comments

Comments
 (0)