hekate/nyx: update sha calls based on new bdk

This commit is contained in:
CTCaer
2026-01-06 22:59:53 +02:00
parent c9208593af
commit bb1087006a
5 changed files with 12 additions and 11 deletions

View File

@@ -707,7 +707,7 @@ int hos_dump_cal0()
}
u32 hash[8];
se_calc_sha256_oneshot(hash, (u8 *)&cal0->cfg_id1, cal0->body_size);
se_sha_hash_256_oneshot(hash, (u8 *)&cal0->cfg_id1, cal0->body_size);
if (memcmp(hash, cal0->body_sha256, 0x20))
return 3;