Y
Hacker News
new
|
ask
|
show
|
jobs
by
soundarana
919 days ago
Does Linux use the RNG inside Intel/AMD CPUs?
1 comments
goalieca
919 days ago
The RDRAND instruction usage is configurable
https://github.com/torvalds/linux/blob/master/Documentation/...
edit:
https://github.com/torvalds/linux/blob/55cb5f43689d7a9ea5bf3...
link
oittaa
919 days ago
If I remember correctly, the TLDR is that RDRAND output is mixed with other "standard" entropy sources and basically making getrandom() non-blocking immediately.
link
edit: https://github.com/torvalds/linux/blob/55cb5f43689d7a9ea5bf3...