Join Nostr
2026-08-22 16:39:23 UTC
in reply to

GrapheneOS on Nostr: poorbitcoiner If COLDCARD had used the secure elements to get random data, it ...

If COLDCARD had used the secure elements to get random data, it wouldn't have had the disaster it did. The Linux kernel provides the main CSPRNG on the devices we use and it uses as many randomness sources as it can to feed into the CSPRNG without trusting those sources. It uses cryptographic hashes for this so it doesn't matter if one of the sources is very poor. It generates a ton of the entropy itself via timing jitter, etc.