docs(secure_boot_v1): add missing digest byte swap information

- In the secure bootloader digest algorithm section, the final
four byte word byte-swap information was not mentioned.
This commit is contained in:
harshal.patil 2023-10-12 17:32:32 +05:30
parent 042382e87b
commit 6cf9cc2c9b
No known key found for this signature in database
GPG Key ID: 5B5EC97C35B9A2E5

View File

@ -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.