Files
ZephCore/zephcore
liquidraver b26bd5eee4 fix(rng): hard-fail seed KDF on SHA-256 error
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.
2026-05-31 15:36:25 +02:00
..
2026-02-22 13:09:18 +01:00
2026-05-24 20:06:49 +02:00
2026-03-19 10:44:33 +01:00
2026-05-24 20:06:49 +02:00
2026-05-24 21:07:38 +02:00
2026-02-22 13:09:18 +01:00