diff options
Diffstat (limited to 'TODOs.md')
-rw-r--r-- | TODOs.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ # Tasks -## INACTIVE As it turns out, `/dev/urandom` is not POSIX either {#task-d1dc781f-8659-b02a-2b52-021528985f7c} +## WONTFIX As it turns out, `/dev/urandom` is not POSIX either {#task-d1dc781f-8659-b02a-2b52-021528985f7c} +- WONTFIX in 2021-07-15 + + Since POSIX doesn't have a + [cryptographically secure pseudorandom number generator], I'll stick with the + current solution, as there is no standard way to replace it. + + [cryptographically secure pseudorandom number generator]: https://en.wikipedia.org/wiki/Cryptographically-secure_pseudorandom_number_generator - INACTIVE in 2021-07-15 --- |