Review comment extending documentation

Co-authored-by: yubiuser <github@yubiuser.dev>
Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
This commit is contained in:
Dominik
2024-09-30 21:34:16 +02:00
committed by GitHub
parent 8d1394d00e
commit dec2c8a700
+1
View File
@@ -812,6 +812,7 @@ bool verify_FTL(bool verbose)
fclose(f);
// Calculate the hash of the binary
// Skip the last 256 bit as it contains the hast itself
uint8_t checksum[SHA256_DIGEST_SIZE];
if(!sha256sum(filename, checksum, true))
{