Commit a215b5a
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
This still recommends for now the non-blocking interfaces based on discussion at:
#158
Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>1 parent a8edd1e commit a215b5a
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4808 | 4808 | | |
4809 | 4809 | | |
4810 | 4810 | | |
| 4811 | + | |
| 4812 | + | |
| 4813 | + | |
| 4814 | + | |
| 4815 | + | |
4811 | 4816 | | |
4812 | 4817 | | |
4813 | 4818 | | |
| |||
4834 | 4839 | | |
4835 | 4840 | | |
4836 | 4841 | | |
4837 | | - | |
4838 | | - | |
4839 | | - | |
| 4842 | + | |
4840 | 4843 | | |
4841 | 4844 | | |
4842 | 4845 | | |
| |||
0 commit comments