archipelago and Claude Fable 5
08ee5ed036
feat(seed): audit kernel CSPRNG readiness + RNG non-determinism regression test
...
Seed entropy comes from bip39 -> rand::thread_rng -> getrandom(2), which
blocks until the kernel pool is initialized -- but that ordering was
invisible in logs on first-boot ISO flows where the seed is generated
early. MasterSeed::generate() now probes getrandom(GRND_NONBLOCK) and
logs whether the pool was already seeded (warn if it would block).
Also adds a regression test that 64 generated mnemonics are all unique
with sane word diversity, guarding against a fixed/seeded RNG ever
being wired into seed generation.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-30 20:18:32 -04:00
..
2026-07-29 10:47:39 -04:00
2026-07-17 11:41:31 -04:00
2026-07-29 05:53:33 -04:00
2026-04-23 13:02:28 -04:00
2026-07-30 04:04:08 -04:00
2026-07-29 05:53:33 -04:00
2026-07-29 07:51:22 -04:00
2026-06-12 03:00:15 -04:00
2026-07-27 20:54:35 -04:00
2026-04-28 15:00:58 -04:00
2026-04-18 17:23:46 -04:00
2026-06-17 19:50:46 -04:00
2026-07-27 16:42:44 -04:00
2026-07-02 09:15:43 -04:00
2026-07-24 13:34:48 +01:00
2026-07-22 02:59:34 -04:00
2026-07-17 11:31:27 -04:00
2026-04-28 15:00:58 -04:00
2026-04-18 17:23:46 -04:00
2026-07-02 08:00:39 -04:00
2026-06-16 13:05:27 -04:00
2026-07-29 07:51:22 -04:00
2026-07-02 12:33:01 -04:00
2026-03-14 05:55:03 +00:00
2026-07-15 04:21:39 -04:00
2026-04-18 17:23:46 -04:00
2026-06-16 13:05:27 -04:00
2026-06-17 19:21:07 -04:00
2026-06-30 05:08:17 -04:00
2026-07-23 16:15:11 -04:00
2026-07-22 19:44:32 -04:00
2026-07-01 12:04:31 -04:00
2026-07-22 22:04:59 +01:00
2026-04-18 17:23:46 -04:00
2026-06-11 00:24:32 -04:00
2026-07-16 10:06:03 -04:00
2026-07-15 04:21:39 -04:00
2026-04-28 15:00:58 -04:00
2026-04-20 16:40:25 -04:00
2026-07-27 00:31:54 +01:00
2026-04-18 17:23:46 -04:00
2026-07-24 04:29:15 -04:00
2026-04-18 17:23:46 -04:00
2026-07-29 05:53:33 -04:00
2026-06-17 04:47:18 -04:00
2026-07-22 19:44:32 -04:00
2026-07-22 19:44:32 -04:00
2026-04-19 04:02:15 -04:00
2026-07-14 21:56:21 +01:00
2026-05-17 23:15:07 -04:00
2026-07-30 20:18:32 -04:00
2026-07-28 16:36:52 -04:00
2026-04-28 15:00:58 -04:00
2026-04-18 17:23:46 -04:00
2026-06-16 08:54:37 -04:00
2026-07-14 15:38:32 -04:00
2026-04-18 17:23:46 -04:00
2026-03-14 05:57:32 +00:00
2026-07-29 10:38:11 -04:00
2026-04-20 07:10:49 -04:00
2026-04-18 17:23:46 -04:00