انضم إلى نوستر
2026-08-01 09:53:18 CEST
in reply to

npub1sj…tjx9d on Nostr: random.c:22-31 The guard used #ifndef, which tests whether MICROPY_HW_ENABLE_RNG is ...

random.c:22-31

The guard used #ifndef, which tests whether MICROPY_HW_ENABLE_RNG is defined, rather than whether its value is nonzero. We defined that macro as zero, so the #error did not stop the build.

https://blog.coinkite.com/entropy-technical-backgrounder/