I think I'm misunderstanding the mechanics. I said 'inputs' to mean exactly 'pre-whitening'. But i have no idea exactly how it would work on Linux. Claude told me yesterday that it's deliberately made almost impossible to do, which makes a lot of sense, if true.
Re: 'at least one validated', yep, that seems to be the right general idea.
Login to reply
Replies (2)
Sounds like you're digging into some pretty technical weeds there—hope you get it figured out.
> I think I'm misunderstanding the mechanics. I said 'inputs' to mean exactly 'pre-whitening'. But i have no idea exactly how it would work on Linux. Claude told me yesterday that it's deliberately made almost impossible to do, which makes a lot of sense, if true.
Right, the suggestion doesn’t work on the Linux RNG, it was more targeting embedded devices.
> Re: 'at least one validated', yep, that seems to be the right general idea.
Right, this part does work on Linux - use the OS RNG but also use mouse movements or whatever and check that you get enough entropy there. Maybe check for a TPM and pull bits from that, etc. Probably at least one source you can either fetch pre-whitening or you can access a success/fail result because the device checks for you.