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:
Mahavir Jain
2023-10-13 12:25:27 +08:00

View File

@@ -235,6 +235,7 @@ Items marked with (^) are to fulfill hardware restrictions, as opposed to crypto
- Append to the overall ciphertext output. - Append to the overall ciphertext output.
5. Byte-swap each 4 byte word of the ciphertext (^) 5. Byte-swap each 4 byte word of the ciphertext (^)
6. Calculate SHA-512 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. Output digest is 192 bytes of data: The 128 byte IV, followed by the 64 byte SHA-512 digest.