mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
042382e87b
commit
6cf9cc2c9b
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user