On 2025-01-27 16:57, Wolfgang Corcoran-Mathe wrote
I believe /dev/urandom should be used in the sample implementation, since reads from /dev/random may block.
On modern kernels, /dev/random doesn't block after system initialization, so behaves the same as /dev/random. That said, I read somewhere that /dev/random will be going away eventually. So let's use /dev/urandom.
-- vincent
