Commit 117548f
Nikos Mavrogiannopoulos
Random number generator updates
This includes the POSIX interface getentropy, that is simpler to use
than getrandom, and in practice it is available for as long as getrandom
is available in glibc, in addition to being part of OpenBSD before that.
https://pubs.opengroup.org/onlinepubs/9799919799/
This patch set also removes the long discussion about /dev/random and
/dev/urandom which I loved, but today these interfaces function similarly.
torvalds/linux@30c08ef
Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>1 parent b3bdbbe commit 117548f
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4781 | 4781 | | |
4782 | 4782 | | |
4783 | 4783 | | |
| 4784 | + | |
| 4785 | + | |
| 4786 | + | |
| 4787 | + | |
| 4788 | + | |
4784 | 4789 | | |
4785 | 4790 | | |
4786 | 4791 | | |
| |||
4807 | 4812 | | |
4808 | 4813 | | |
4809 | 4814 | | |
4810 | | - | |
4811 | | - | |
4812 | | - | |
| 4815 | + | |
4813 | 4816 | | |
4814 | 4817 | | |
4815 | 4818 | | |
| |||
0 commit comments