انضم إلى نوستر
2026-08-04 09:51:55 UTC
in reply to

icaruswings on Nostr: 2/12 The bug: a build-flag error (MICROPY_HW_ENABLE_RNG=0) meant rng.c never exported ...

2/12 The bug: a build-flag error (MICROPY_HW_ENABLE_RNG=0) meant rng.c never exported a global rng_get(). The linker silently fell back to MicroPython's software PRNG for seed generation. Effective entropy: 128 bits → ~40. Sat in open firmware for 5 years.