forked from espressif/esp-idf
Merge branch 'docs/secure_boot_v1_add_missing_byte_swap_info' into 'master'
docs(secure_boot_v1): add missing digest byte swap information Closes DOC-6441 See merge request espressif/esp-idf!26445
This commit is contained in:
@@ -235,6 +235,7 @@ Items marked with (^) are to fulfill hardware restrictions, as opposed to crypto
|
||||
- Append to the overall ciphertext output.
|
||||
5. Byte-swap each 4 byte word of the ciphertext (^)
|
||||
6. Calculate SHA-512 of the ciphertext.
|
||||
7. Byte-swap each 4 byte word of the above calculated digest. (^)
|
||||
|
||||
Output digest is 192 bytes of data: The 128 byte IV, followed by the 64 byte SHA-512 digest.
|
||||
|
||||
|
Reference in New Issue
Block a user