mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 04:08:22 +00:00
extract_via_aes_ctr used the void Utils::sha256, which silently zeroes its output on PSA failure -> an all-zero AES key -> a constant, device-shared Ed25519 identity that the degenerate check misses. Re-inline psa_hash_compute with its status check so a failure reboots.