esp_image_header_t::hash_appended field
If 1, a SHA256 digest "simple hash" (of the entire image) is appended after the checksum. Included in image length. This digest is separate to secure boot and only used for detecting corruption. For secure boot signed images, the signature is appended after this (and the simple hash is included in the signed data).
esp_image_header_t::hash_appended is read by 3 functions:
![]()
esp_image_header_t::hash_appended