On 2025-01-27 15:49 -0800, Vincent Manis (he/him) wrote: > I haven't looked at the sample implementation, but since it uses > /dev/random, a note mentioning the Windows library routine rand_s, > which is (supposedly) similar, would not go awry.
I believe /dev/urandom should be used in the sample implementation, since reads from /dev/random may block. -- Wolfgang Corcoran-Mathe <w...@sigwinch.xyz>